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
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
venv is setting WORKON_HOME to the default set in venv.py.
Instead:
os.environ.get('WORKON_HOME', opts.WORKON_HOME if opts.WORKON_HOME else default_workon_home) when: WORKON)
cases:
The text was updated successfully, but these errors were encountered: