We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew update brew install pyenv
pyenv install -l
pyenv install <ver.>
pyenv versions
pyenv <subcommand> [ver.]
shell
local
global
pyenv uninstall <ver.>
brew upgrade pyenv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
install
安装 python
pyenv install -l
列表所有可用版本pyenv install <ver.>
查看已安装的版本列表
pyenv versions
切换版本
pyenv <subcommand> [ver.]
shell
设置当前 shell 中 python 版本local
当前目录,项目的版本global
系统中 python 版本删除版本
pyenv uninstall <ver.>
升级
brew upgrade pyenv
参考
The text was updated successfully, but these errors were encountered: