From 80823b1e16932af124e1c968b2f1b3ec147ffe08 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 2 Jan 2013 19:39:36 -0500 Subject: [PATCH] debug=1 --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index f3c08fb..be2629d 100755 --- a/bin/compile +++ b/bin/compile @@ -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