MOD: removed the PIP environment variable that is now default
This commit is contained in:
parent
148e43741d
commit
3e1dd3a87f
|
@ -1,7 +1,5 @@
|
|||
# pip should only run if there is a virtualenv currently activated
|
||||
export PIP_REQUIRE_VIRTUALENV=true
|
||||
# cache pip-installed packages to avoid re-downloading
|
||||
export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache
|
||||
|
||||
# Python virtualenv
|
||||
SRC_DIRECTORY="/Volumes/malloc-dev/virtenvs"
|
||||
|
|
Loading…
Reference in New Issue