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

BUG,UBY: venv: deactivate resets WORKON_HOME to the default #36

Open
westurner opened this issue Aug 5, 2015 · 0 comments
Open

BUG,UBY: venv: deactivate resets WORKON_HOME to the default #36

westurner opened this issue Aug 5, 2015 · 0 comments

Comments

@westurner
Copy link
Owner

westurner commented Aug 5, 2015

venv is setting WORKON_HOME to the default set in venv.py.

Instead:

  • venv could set WORKON_HOME to os.environ.get('WORKON_HOME', opts.WORKON_HOME if opts.WORKON_HOME else default_workon_home) when: WORKON)

cases:

  • using venv.py for a prefix template
  • using venv.py for a virtualenv
  • using venv.py for a conda env
  • using venv.py with -E/--from-environ
@westurner westurner changed the title BUG,UBY: deactivate resets WORKON_HOME to the default BUG,UBY: venv: deactivate resets WORKON_HOME to the default Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant