Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with virtualenvwrapper (env folder) #427

Open
matejsp opened this issue Mar 13, 2022 · 1 comment
Open

Compatibility with virtualenvwrapper (env folder) #427

matejsp opened this issue Mar 13, 2022 · 1 comment

Comments

@matejsp
Copy link

matejsp commented Mar 13, 2022

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).

@az-pz
Copy link

az-pz commented Mar 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants