Просмотр исходного кода

Remove incorrect statement about resolution behavior

`shell` does not fall through to `local`, and `local to `global`.
pull/3135/head
Ivan Pozdeev 1 год назад
Родитель
Сommit
aef6a2a6d0
1 измененных файлов: 0 добавлений и 1 удалений
  1. +0
    -1
      README.md

+ 0
- 1
README.md Просмотреть файл

@ -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.
----

Загрузка…
Отмена
Сохранить