From 0c56b0c35ce842834415983812206fa01f14a295 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 19 Dec 2012 23:21:11 -0500 Subject: [PATCH] test --- bin/compile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/compile b/bin/compile index 58051b4..229c203 100755 --- a/bin/compile +++ b/bin/compile @@ -167,6 +167,13 @@ if [ ! "$SKIP_INSTALL" ]; then hash -r which python python $ROOT_DIR/vendor/distribute-0.6.31/setup.py install + echo + echo + echo + ls /app/.heroku/python/bin + echo + echo + hash -r easy_install $ROOT_DIR/vendor/pip-1.2.1.tar.gz fi