]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshenv
Do not use virtualenvwrapper anymore
[dotfiles.git] / zsh / .zshenv
index 0715a9eea6bf516a163e770b8d34548cd8f7dcef..4ce07d7119114203e29310e3afc3cbe331304807 100644 (file)
@@ -71,8 +71,6 @@ pkg_config_path=(~/local/lib/pkgconfig ~/local/libdata/pkgconfig)
 
 # Python options {{{
 export PIP_RESPECT_VIRTUALENV=true
-export PIP_VIRTUALENV_BASE=~/.virtualenvs
-export VIRTUAL_ENV_DISABLE_PROMPT=1
 export PYTHONDONTWRITEBYTECODE=1
 # }}}