mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
use new pip/distribute
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user