From 3e1dd3a87f22f23b19813afe04a501190f9c1d0d Mon Sep 17 00:00:00 2001 From: JohnE Date: Wed, 16 Dec 2015 18:54:34 -0800 Subject: [PATCH] MOD: removed the PIP environment variable that is now default --- .bash_python | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bash_python b/.bash_python index 509e306..37f3b17 100644 --- a/.bash_python +++ b/.bash_python @@ -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"