mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-21 05:43:31 +02:00
833e6f5958
If user manually deactivates the virtualenv when using this mode, zsh
will produce following error:
deactivate:12: command not found: virtualenv_deactivate
To avoid this, check that the VIRTUAL_ENV flag is set before trying to
automatically deactivate the virtual environment.
Fixes #2185