mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
README: Prefix auto-resolution: improve phrasing
This commit is contained in:
parent
036fd63bbd
commit
904fe964b0
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -404,21 +404,21 @@ please visit the wiki page about
|
|||
|
||||
#### Prefix auto-resolution
|
||||
|
||||
Pyenv automatically resolves full prefixes to the latest version in the corresponding version line.
|
||||
E.g. to install the latest 3.10 release:
|
||||
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.
|
||||
|
||||
E.g. to install and then switch to the latest 3.10 release:
|
||||
|
||||
```sh
|
||||
pyenv install 3.10
|
||||
pyenv global 3.10
|
||||
```
|
||||
|
||||
The same happens whenever Pyenv selects a version to use.
|
||||
Installation selects the latest version known to Pyenv
|
||||
while switching -- the latest installed version.
|
||||
|
||||
You can run [`pyenv latest <prefix>`](COMMANDS.md#pyenv-latest) to see
|
||||
what a specific prefix would be resolved to.
|
||||
|
||||
See the [`pyenv latest` documentation](COMMANDS.md#pyenv-latest) for details on the resolution process.
|
||||
See the [`pyenv latest` documentation](COMMANDS.md#pyenv-latest) for details.
|
||||
|
||||
|
||||
#### Python versions with extended support
|
||||
|
|
Loading…
Reference in a new issue