"pyenv update" not fetching latest versions supplied by pyenv
nickeldan opened this issue · 4 comments
nickeldan commented
pyenv added 3.12.1 a month and a half ago. However, even after I run pyenv update
, the latest version shown is still 3.12.0.
native-api commented
@nickeldan what does your which -a pyenv
show?
native-api commented
@nickeldan Please also attach the output of PYENV_DEBUG=1 pyenv update
as a gist.
brunosavyofs commented
pyenv added 3.12.1 a month and a half ago. However, even after I run
pyenv update
, the latest version shown is still 3.12.0.
Have you managed to install version 3.12.1 with pyenv?
nickeldan commented
Huh. It's now showing 3.12.1 and 3.12.2. Oh, well.