Multiple Versions on macOS
How to manage multiple Python versions on a macOS system.
How-to
We'll use the same method as Windows, pyenv . Refer to the Windows guide.
Backlinks:
Multiple Versions on Windows
We can manage multiple Python versions on a system using https://github.com/pyenv-win/pyenv-win, which brings the same capabilities than on an Unix system. See Multiple versions on macOS .