Lesson 2
The Basic Elements
Chapter 2: Installing Python
Managing multiple Python versions
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.