use new pip/distribute

This commit is contained in:
Kenneth Reitz
2013-03-07 20:40:32 -05:00
parent f137ba213a
commit 686ee087a5
+4 -4
View File
@@ -125,13 +125,13 @@ if [ ! "$SKIP_INSTALL" ]; then
WORKING_DIR=$(pwd)
# Prepare it for the real world
puts-step "Installing Distribute (0.6.34)"
cd $ROOT_DIR/vendor/distribute-0.6.34/
puts-step "Installing Distribute (0.6.35)"
cd $ROOT_DIR/vendor/distribute-0.6.35/
python setup.py install &> /dev/null
cd $WORKING_DIR
puts-step "Installing Pip (1.2.1)"
cd $ROOT_DIR/vendor/pip-1.2.1/
puts-step "Installing Pip (1.3.1)"
cd $ROOT_DIR/vendor/pip-1.3.1/
python setup.py install &> /dev/null
cd $WORKING_DIR