From dfbf20acd270235d31a5b163780837253f04de01 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 19 Dec 2012 23:53:40 -0500 Subject: [PATCH] test --- bin/compile | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/bin/compile b/bin/compile index 7759315..ae249f1 100755 --- a/bin/compile +++ b/bin/compile @@ -153,7 +153,7 @@ fi if [ ! "$SKIP_INSTALL" ]; then puts-step "Installing runtime $PYTHON_VERSION" - curl http://envy-versions.s3.amazonaws.com/$PYTHON_VERSION.tar.bz2 | tar jx + curl http://envy-versions.s3.amazonaws.com/$PYTHON_VERSION.tar.bz2 -s | tar jx > /dev/null mv python .heroku/python # Record for future reference. @@ -161,21 +161,13 @@ if [ ! "$SKIP_INSTALL" ]; then # Prepare it for the real world # curl -O http://python-distribute.org/distribute_setup.py - echo path - echo $PATH - ls /app/.heroku/python/bin + # echo path + # echo $PATH + # ls /app/.heroku/python/bin hash -r - which python - python $ROOT_DIR/vendor/distribute-0.6.32/distribute_setup.py - echo - echo - echo - ls /app/.heroku/python/bin - echo - echo - + python $ROOT_DIR/vendor/distribute-0.6.32/distribute_setup.py > /dev/null hash -r - easy_install $ROOT_DIR/vendor/pip-1.2.1.tar.gz + easy_install $ROOT_DIR/vendor/pip-1.2.1.tar.gz > /dev/null fi