mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Merge pull request #2634 from mrienstra/patch-1
README: clarify behavior of `pyenv latest`
This commit is contained in:
commit
0d19efecf5
1 changed files with 2 additions and 3 deletions
|
@ -416,7 +416,7 @@ please visit the wiki page about
|
||||||
|
|
||||||
All Pyenv subcommands except `uninstall` automatically resolve full prefixes to the latest version in the corresponding version line.
|
All Pyenv subcommands except `uninstall` automatically resolve full prefixes to the latest version in the corresponding version line.
|
||||||
|
|
||||||
`pyenv install` picks the latest known version while other subcommands -- the latest installed version.
|
`pyenv install` picks the latest known version, while other subcommands pick the latest installed version.
|
||||||
|
|
||||||
E.g. to install and then switch to the latest 3.10 release:
|
E.g. to install and then switch to the latest 3.10 release:
|
||||||
|
|
||||||
|
@ -425,8 +425,7 @@ pyenv install 3.10
|
||||||
pyenv global 3.10
|
pyenv global 3.10
|
||||||
```
|
```
|
||||||
|
|
||||||
You can run [`pyenv latest <prefix>`](COMMANDS.md#pyenv-latest) to see
|
You can run [`pyenv latest -k <prefix>`](COMMANDS.md#pyenv-latest) to see how `pyenv install` would resolve a specific prefix, or [`pyenv latest <prefix>`](COMMANDS.md#pyenv-latest) to see how other subcommands would resolve it.
|
||||||
what a specific prefix would be resolved to.
|
|
||||||
|
|
||||||
See the [`pyenv latest` documentation](COMMANDS.md#pyenv-latest) for details.
|
See the [`pyenv latest` documentation](COMMANDS.md#pyenv-latest) for details.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue