projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248ca7b
)
Do not use virtualenvwrapper anymore
author
Sergey Matveev <stargrave@stargrave.org>
Wed, 17 Nov 2021 18:28:51 +0000 (21:28 +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 0715a9eea6bf516a163e770b8d34548cd8f7dcef..4ce07d7119114203e29310e3afc3cbe331304807 100644
(file)
--- 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
# }}}