0
I had python 2.7.5 installed and i wanted to upgrade to 3.5. So i went to the website and downloaded the installer. The installer installed python 3.5 succesully. In adidtion to that i selected the option to include python to the PATH global variable. I use windows 7.
However, i opened the cmd and typed:
python --version
I got:
Python 2.7.5
Do you suggest a command line unistall or using the widows unistaller form the control panel? – user1584421 – 2017-09-20T13:06:20.287
Assuming that 2.7.5 appears in Add/Remove programs, that should be sufficient. Ditto for 3.5. – Anaksunaman – 2017-09-20T13:09:49.833
You could also as an alternative manually modify the system variable to point to Python 3.5 instead of Python 2.7.5. This way you could still use Python 2.7.5 for those instances where Python 3.5 would otherwise be incompatible. – Ramhound – 2017-09-20T13:59:56.820