For Windows, add installed versions to the registry so that the py command can detect them. #2562
Unanswered
phillipstemmlar
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default, python versions installed via pyenv is not detected by the py command:
I have 3rd party scripts that required py to be installed so not using py is not really an option to me.
I got around this issue by manually adding the versions installed by pyenv to the default registry locations as py expects them:
*Note:
HKEY_CURRENT_USER
might be different for some poeple.But this means that for any other python versions that I install with pyenv, I would have to manually add it to the registry in order for py to detect it.
It would be really useful and if this process is automated when installing a new python version using pyenv.
Beta Was this translation helpful? Give feedback.
All reactions