MOD: removed the PIP environment variable that is now default

This commit is contained in:
JohnE 2015-12-16 18:54:34 -08:00
parent 148e43741d
commit 3e1dd3a87f
1 changed files with 0 additions and 2 deletions

View File

@ -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"