From 03e666ffea4a880a45cbf2edb3f9958ccedefe73 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 19 Dec 2012 23:18:31 -0500 Subject: [PATCH] test --- bin/compile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/compile b/bin/compile index 80c9020..f9cc57e 100755 --- a/bin/compile +++ b/bin/compile @@ -163,7 +163,10 @@ if [ ! "$SKIP_INSTALL" ]; then # curl -O http://python-distribute.org/distribute_setup.py echo path echo $PATH + hash -r + which python python $ROOT_DIR/vendor/distribute-0.6.31/setup.py install + hash -r easy_install $ROOT_DIR/vendor/pip-1.2.1.tar.gz fi