]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshenv
Shit, VIRTUAL_ENV_DISABLE_PROMPT is not virtualenvwrapper specific
[dotfiles.git] / zsh / .zshenv
index 4ce07d7119114203e29310e3afc3cbe331304807..555946e0bf07b361f0494014b99288fa187f49b7 100644 (file)
@@ -71,6 +71,7 @@ pkg_config_path=(~/local/lib/pkgconfig ~/local/libdata/pkgconfig)
 
 # Python options {{{
 export PIP_RESPECT_VIRTUALENV=true
+export VIRTUAL_ENV_DISABLE_PROMPT=1
 export PYTHONDONTWRITEBYTECODE=1
 # }}}