Skip to content
New issue

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

pyenv 的使用 #323

Open
wayou opened this issue Apr 23, 2024 · 0 comments
Open

pyenv 的使用 #323

wayou opened this issue Apr 23, 2024 · 0 comments

Comments

@wayou
Copy link
Owner

wayou commented Apr 23, 2024

install

brew update
brew install pyenv

安装 python

  • pyenv install -l 列表所有可用版本
  • 选择一个版本安装 pyenv install <ver.>

查看已安装的版本列表

  • pyenv versions

切换版本

  • pyenv <subcommand> [ver.]
    • shell 设置当前 shell 中 python 版本
    • local 当前目录,项目的版本
    • global 系统中 python 版本
  • 如果不跟版本号,就是打印对应环境的版本

删除版本

  • pyenv uninstall <ver.>

升级

  • 工具升级
    • brew upgrade pyenv

参考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant