commit | 1bbd9e01dfb086e44ea54aae819bf335a1c48953 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Mon Sep 12 23:59:19 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Mon Sep 12 23:59:19 2011 -0700 |
tree | c30d93871bbc497954457cccccf2ca9136c3a6c2 | |
parent | e192c38f46248ad82789d2902f5fcf2d67419718 [diff] [blame] |
use pip cache directory
diff --git a/stack.sh b/stack.sh index 730dc5c..f537f9e 100755 --- a/stack.sh +++ b/stack.sh
@@ -54,7 +54,7 @@ sudo apt-get install -y -q `cat $DIR/apts/* | cut -d\# -f1` # install python requirements -sudo pip install `cat $DIR/pips/*` +sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install `cat $DIR/pips/*` # git clone only if directory doesn't exist already function git_clone {