After downloading a new python version it's often confusing to call for the specific version from windows command prompt.
Easy way to call a specific version in a way like:
python310
-> Python 3.10
python311
-> Python 3.11
etc
cd $HOME\appdata\local\programs\python
and then use ls
to list python directories like following.
_10 Directory: C:\Users\*******\appdata\local\programs\python_10Mode LastWriteTime Length Name_10d----- 00/00/0000 00:00 AM Python310_10d----- 00/00/0000 00:00 AM Python311
copy python[version]\python.exe python[version]\python[version].exe
For exmaple: Python311 would use copy python311\python.exe python311\python311.exe
c:\users\[user]\appdata\local\programs\python\python[version]\scripts\
and c:\users\[user]\appdata\local\programs\python\python[version]\