Collapse upgrade notes

very situational
This commit is contained in:
Ivan Pozdeev 2024-11-20 21:52:07 +03:00
parent 024e29e100
commit df15d07aeb

View File

@ -269,7 +269,9 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
### E. Upgrade Notes ### E. Upgrade Notes
---- ----
**if you have just upgraded to pyenv version >= 2.3.0** **if you have upgraded from pyenv version 2.0.x-2.2.x**
<details>
The startup logic and instructions have been updated for simplicity in 2.3.0. The startup logic and instructions have been updated for simplicity in 2.3.0.
The previous, more complicated configuration scheme for 2.0.0-2.2.5 still works. The previous, more complicated configuration scheme for 2.0.0-2.2.5 still works.
@ -282,6 +284,8 @@ The previous, more complicated configuration scheme for 2.0.0-2.2.5 still works.
* run `eval "$(pyenv init -)"` to install `pyenv` into your shell as a shell function, enable shims and autocompletion * run `eval "$(pyenv init -)"` to install `pyenv` into your shell as a shell function, enable shims and autocompletion
* You may run `eval "$(pyenv init --path)"` instead to just enable shims, without shell integration * You may run `eval "$(pyenv init --path)"` instead to just enable shims, without shell integration
</details>
---- ----