pyenv-virtualenv icon indicating copy to clipboard operation
pyenv-virtualenv copied to clipboard

Compatibility with virtualenvwrapper (env folder)

Open matejsp opened this issue 2 years ago • 1 comments

There is pyenv-virtualenvwrapper but it is largely unmaintained (last commit 5 years ago).

I would like to achieve compatibility with virtualenvwrapper since under the hood virtualenvwrapper supports venv and virtualenv using WORKON_HOME environment variable.

Alternative would be that I can support where virtual env is created (like python3 -m venv /path).

matejsp avatar Mar 13 '22 07:03 matejsp

I think adding support to respect WORKON_HOME variable would be the best way to fix the issue. It's simple to implement using conditional and it won't interfere with other functionalities.

az-pz avatar Mar 21 '22 17:03 az-pz