Pyenv Not Picking Up Other Python Installations
I am using pyenv to manage python installations and virtual environments. I have several python installations on my Mac (Catalina). The system python (python 2.7 in usr/bin) pytho
Solution 1:
If you install it through pyenv itself, it will work. For example, if you run pyenv install 3.7.4
then you'll get 3.7.4 managed by pyenv. I don't know of any way to make pyenv find previously installed versions, but it's really easy to add new ones.
Post a Comment for "Pyenv Not Picking Up Other Python Installations"