From 6ee17b4c2624704cdde244a12b1c94d1b587de40 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 7 Mar 2013 21:02:54 -0500 Subject: [PATCH] debug --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index ea35cde5..03855087 100755 --- a/bin/compile +++ b/bin/compile @@ -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 -- GitLab