MultiProcessing doesn't correctly show results in IDLE's output window, but it does show in IntelliJ / commandPrompt's Output window.
I'm trying to run:
python -m idlelib
But my environment variable is set to 2.7 (and I DONT WANT to change this),
I just want to run IDLE from the command prompt as i.e. 3.10
How do I run a specific IDLE version from the command prompt? I'd imagine it to be:
python -m C:\Users\Administrator\AppData\Local\Programs\Python\Python310\Lib\idlelib