I am having Windows 10 Pro, version 22H2.
After installing python it is only giving me 3 options.
Modify, repair and uninstall.
what to do? I am a beginner…
I am having Windows 10 Pro, version 22H2.
After installing python it is only giving me 3 options.
Modify, repair and uninstall.
what to do? I am a beginner…
3.13.2 is what I installed
You’re not running the installer again instead of the Python it installed, after having run the installer the first time and actually having a successful installation?
Open up a terminal and type python --version
. If there’s no Python on your %PATH%, open a cmd terminal, and type: %LOCALAPPDATA%\Programs\Python\Python312\python.exe --version
Usually we suggest use the py
command from the windows cmd shell as that does not depend on the path.
Does py
work for you in a cmd terminal window?