- https://github.com/pyenv/pyenv
- Simple Python version management
Installation
Prerequisites
For pyenv to install python correctly you should install the Python build dependencies.
macOS
pyenv-virtualenv
pyenv-virtualenv is a pyenv plugin that provides features to manage virtualenvs and conda environments for Python on UNIX-like systems.
(OPTIONAL) Add pyenv virtualenv-init
to your shell to enable auto-activation of virtualenvs. This is entirely optional but pretty useful.