浏览代码

Add `:latest` syntax to documentation for the `install` command (#2351)

pull/2355/head
Hay Kranen 4 年前
提交者 GitHub
父节点
当前提交
cdccbd0ba3
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      COMMANDS.md

+ 8
- 0
COMMANDS.md 查看文件

@ -228,6 +228,14 @@ Then install the desired versions:
2.6.8
* 2.7.6 (set by /home/yyuu/.pyenv/version)
To install the latest version of Python without giving a specific version use the `:latest` syntax. For example, to install the latest patch version for Python 3.8 you could do:
pyenv install 3.8:latest
To install the latest major release for Python 3 try:
pyenv install 3:latest
## `pyenv uninstall`
Uninstall a specific Python version.

正在加载...
取消
保存