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