X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=zsh%2F.zshenv;h=e5692f8e00968dac13af49c2b4f56cc397f458b6;hb=02e8b8cf1121f8d12c10d3dca1c1d54cb7f4f84a;hp=abe4d69186e896d5197fe1bbdd2a8798929d761f;hpb=e1ad526eb6f68cb2563176789ff6fa5fc1ccc97d;p=dotfiles.git diff --git a/zsh/.zshenv b/zsh/.zshenv index abe4d69..e5692f8 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -72,6 +72,7 @@ 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 # }}}