Skip to content
Snippets Groups Projects
Commit 686ee087 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

use new pip/distribute

parent f137ba21
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment