January 1, 2021

#100 - Switching between Python versions

Sometimes it may be required to switch between Python versions. For example, if some library does not have support yet for the current installed Python version. One way to overcome this is by checking the stable version required for that library then downloading and installing it from the python website.

To manage and switch between the python versions available in your machine, open from the Control panel “Edit the system environment variables” and Click on “Environment variables…”. Then edit the PATH accordingly.

Tip: If an error occurs during "pip install", look at the first error generated that is shown in the traceback calls of the error message.

No comments:

Post a Comment