Pyenv. How to move the star (ie the "dot" next to system below) to 3.13.2? #3199
-
Pyenv is not able to “enforce” global version. Its stuck like this: $ pyenv versions
How to move the star (*) to 3.13.2? Answers to some questions: $ which python |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Note the "set by" part. You have a local version set in your homedir. It overrides the global version. |
Beta Was this translation helpful? Give feedback.
cd /home/name/; pyenv local --unset