From df15d07aebf6f000559286fdd83feca5076d8e03 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 20 Nov 2024 21:52:07 +0300 Subject: [PATCH] Collapse upgrade notes very situational --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f5bef3..eef03d02 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,9 @@ See [Advanced configuration](#advanced-configuration) for details and more confi ### 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** + +
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. @@ -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 * You may run `eval "$(pyenv init --path)"` instead to just enable shims, without shell integration +
+ ----