This commit is contained in:
Kenneth Reitz
2012-12-19 23:18:31 -05:00
parent 40598be9d4
commit 03e666ffea
+3
View File
@@ -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