This commit is contained in:
Kenneth Reitz
2013-03-07 21:02:54 -05:00
parent 86267f93a1
commit 6ee17b4c26
+2 -2
View File
@@ -137,12 +137,12 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_VERSION* ]]; then
# Prepare it for the real world
puts-step "Installing Distribute ($DISTRIBUTE_VERSION)"
cd $ROOT_DIR/vendor/distribute-$DISTRIBUTE_VERSION/
python setup.py install &> /dev/null
python setup.py install # &> /dev/null
cd $WORKING_DIR
puts-step "Installing Pip ($PIP_VERSION)"
cd $ROOT_DIR/vendor/pip-$PIP_VERSION/
python setup.py install &> /dev/null
python setup.py install # &> /dev/null
cd $WORKING_DIR
hash -r