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?
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?