starting Python 3.10.4 64-bit

MRAB python at mrabarnett.plus.com
Fri May 27 13:27:44 EDT 2022


On 2022-05-27 17:18, Rolf Blum wrote:
> Hallo,
> I installed Python 3.10.4 64-bit successfully. I Also checked in the
> Setup to add it to the path.
> In the win 8.1 console python 3.7xxxx is started when I enter: python.
> This also happened after a reboot and after a repair with the Setup.
> How do I start the python console for 3.10.4?
> Thanks

You probably also have Python 3.8 on the path, and it's finding that one 
first.

These days it's recommended to use the Python Launcher, "py". That lets 
you specify which version of Python you want to use.


More information about the Python-list mailing list