pyenv Command Examples

Switch between multiple versions of Python easily. See also: asdf. More information: https://github.com/pyenv/pyenv.

pyenv commands

pyenv versions

pyenv install --list

pyenv install {{2.7.10}}

pyenv uninstall {{2.7.10}}

pyenv global {{2.7.10}}

pyenv local {{2.7.10}}