How do I upgrade the Python installation in Windows 10?

前端 未结 5 1477
渐次进展
渐次进展 2020-11-28 18:50

I have a Python 2.7.11 installed on one of my LAB stations. I would like to upgrade Python to at least 3.5.

How should I do that ? Should I prefer to completely unin

5条回答
  •  日久生厌
    2020-11-28 19:39

    Python 2.x and Python 3.x are different. If you would like to download a newer version of Python 2, you could just download and install the newer version.

    If you want to install Python 3, you could install Python 3 separately then change the path for Python 2.x to Python 3.x in Control Panel > All Control Panel Items > System > Advanced System Settings > Environment Variables.

提交回复
热议问题