projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0cf3d7
)
Shit, VIRTUAL_ENV_DISABLE_PROMPT is not virtualenvwrapper specific
author
Sergey Matveev <stargrave@stargrave.org>
Thu, 18 Nov 2021 08:12:33 +0000 (11:12 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Thu, 27 Jan 2022 11:35:13 +0000 (14:35 +0300)
zsh/.zshenv
patch
|
blob
|
history
diff --git
a/zsh/.zshenv
b/zsh/.zshenv
index 4ce07d7119114203e29310e3afc3cbe331304807..555946e0bf07b361f0494014b99288fa187f49b7 100644
(file)
--- a/
zsh/.zshenv
+++ b/
zsh/.zshenv
@@
-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
# }}}