You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: