From: Sergey Matveev Date: Wed, 17 Nov 2021 18:28:51 +0000 (+0300) Subject: Do not use virtualenvwrapper anymore X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=b875d8893582ea7c23149fee3c22ef06e7a4e701;p=dotfiles.git Do not use virtualenvwrapper anymore --- diff --git a/zsh/.zshenv b/zsh/.zshenv index 0715a9e..4ce07d7 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -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 # }}}