How to switch idle from 64 bit to 32 bit?

Viewed 7153

I am running windows 10, latest Python, latest pygame and my system is a 64 bit system.

I have just made a game, and would like to open by double clicking on its file, but I need to open it in 32 bit IDLE, because all my 'plugins' like pygame are 32 bit. By default, IDLE opens in 64 bit.

How do I make it open in 32 bit by default?

1 Answers
Related