pyenv

在多个 Python 版本之间轻松切换。 更多信息: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}}