From 2f47bd12fd7ab98b3ef3deed69024ac890f03218 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 2 Jan 2013 19:49:21 -0500 Subject: [PATCH] which python --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index 2cbe978..7d699e0 100755 --- a/bin/compile +++ b/bin/compile @@ -148,6 +148,7 @@ if [ ! "$SKIP_INSTALL" ]; then WORKING_DIR=$(pwd) # Prepare it for the real world + which python puts-step "Installing Distribute (0.6.32)" cd $ROOT_DIR/vendor/distribute-0.6.32/ python setup.py install # &> /dev/null