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

debug=1

parent ff6f56b8
No related branches found
No related tags found
No related merge requests found
......@@ -150,12 +150,12 @@ if [ ! "$SKIP_INSTALL" ]; then
puts-step "Installing Distribute (0.6.32)"
cd $ROOT_DIR/vendor/distribute-0.6.32/
python setup.py install &> /dev/null
python setup.py install # &> /dev/null
cd $WORKING_DIR
puts-step "Installing pip (1.2.1)"
cd $ROOT_DIR/vendor/pip-1.2.1/
python setup.py install &> /dev/null
python setup.py install # &> /dev/null
cd $WORKING_DIR
hash -r
......
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