Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pyenv/pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed May 4, 2022
2 parents 2fd7be0 + cdccbd0 commit cca008b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cca008b

Please sign in to comment.