pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.37k stars 403 forks source link

Virtualenv created under .penv instead of .pyenv #399

Closed aabanaag closed 3 years ago

aabanaag commented 3 years ago

I installed poetry but I don't think that is directly related to this, when I created a virtualenv using pyenv virtualenv command it is created under .penv instead of .pyenv folder. Now no matter what I do under pycharm I can't find the virtualenv under existing environment. Any ideas?

Screen Shot 2021-07-31 at 11 54 35 PM
native-api commented 3 years ago

Check your PYENV_ROOT envvar. You probably made a typo when configuring it.

aabanaag commented 3 years ago

ohh, nice catch. thank you