I am not able to update python from 3.11.9 to 3.12.6 can someone help?
What OS are you using?
What have you tried to do?
Windows OS
Unistalled 3.11.9 not but still cant able to download latest version.
Where are you trying to download from python.org?
What error does your browser give you?
Yes I Downloaded it form python.com and installed it but when i am running this code
python3 --version
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
it is showing like this
On Windows, it’s recommended that you use the Python Launcher py
:
py --version
It is likely that when 3.11 was installed you added the path to python to your PATH. But did not do that when installing the 3.12.
As @MRAB said using py
on windows is recommended.
You might also find these docs useful 4. Using Python on Windows — Python 3.12.6 documentation