From 686ee087a5ef455fb8134df2740836f6b9626148 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 7 Mar 2013 20:40:32 -0500 Subject: [PATCH] use new pip/distribute --- bin/compile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/compile b/bin/compile index d75b5b9f..9830d095 100755 --- a/bin/compile +++ b/bin/compile @@ -125,13 +125,13 @@ if [ ! "$SKIP_INSTALL" ]; then WORKING_DIR=$(pwd) # Prepare it for the real world - puts-step "Installing Distribute (0.6.34)" - cd $ROOT_DIR/vendor/distribute-0.6.34/ + puts-step "Installing Distribute (0.6.35)" + cd $ROOT_DIR/vendor/distribute-0.6.35/ python setup.py install &> /dev/null cd $WORKING_DIR - puts-step "Installing Pip (1.2.1)" - cd $ROOT_DIR/vendor/pip-1.2.1/ + puts-step "Installing Pip (1.3.1)" + cd $ROOT_DIR/vendor/pip-1.3.1/ python setup.py install &> /dev/null cd $WORKING_DIR -- GitLab