I am not allowed to install anaconda on my enterprise machine, so I decided to use pyenv to manage virtual environments. I am following this tutorial to get my hands on pyenv. I think that my issue is close to what represented here.
At this time I have windows powershell open as administrator. When I do:
pyenv versions
I will get:
And when I do:
ls $PYENV_ROOT/versions/
I will get:
Impossible to find path to "C:\versions", cause it does not exist.
Also when I do:
pyenv version
Another strange observation is that when I open another powershell (or CMD) window without administrative right and call pyenv, It does not recognize it.




pyenv global <version-number-you-want>?