This is an archived version of the course. Please find the latest version of the course on the main webpage.

Chapter 2: Installing Python

Managing multiple Python versions

face Josiah Wang Ivan Procaccini

Extra advanced tip!

If you ever need to manage multiple versions of Python on the same machine (e.g. Python 3.6 and Python 3.8), you can check out pyenv. This allows you to manage and seamlessly switch between different Python versions on your machine.

This article describes how pyenv and other tools can be used to manage multiple versions of Python.

This is not essential to our course.