]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Shit, VIRTUAL_ENV_DISABLE_PROMPT is not virtualenvwrapper specific
authorSergey Matveev <stargrave@stargrave.org>
Thu, 18 Nov 2021 08:12:33 +0000 (11:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 27 Jan 2022 11:35:13 +0000 (14:35 +0300)
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
 # }}}