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