mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
Remove incorrect statement about resolution behavior
`shell` does not fall through to `local`, and `local to `global`.
This commit is contained in:
@@ -400,7 +400,6 @@ pyenv global 3.11 3.12
|
||||
~~~
|
||||
|
||||
Whenever you run a command provided by a Python installation, these versions will be searched for it in the specified order.
|
||||
Versions selected with `pyenv shell` are searched first, then `pyenv local`, then `pyenv global`.
|
||||
[Due to the shims' fall-through behavior]((#understanding-python-version-selection)), `system` is always implicitly searched afterwards.
|
||||
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user