Commit 2f47bd12 authored by Kenneth Reitz's avatar Kenneth Reitz

which python

parent 86fb607d
...@@ -148,6 +148,7 @@ if [ ! "$SKIP_INSTALL" ]; then ...@@ -148,6 +148,7 @@ if [ ! "$SKIP_INSTALL" ]; then
WORKING_DIR=$(pwd) WORKING_DIR=$(pwd)
# Prepare it for the real world # Prepare it for the real world
which python
puts-step "Installing Distribute (0.6.32)" puts-step "Installing Distribute (0.6.32)"
cd $ROOT_DIR/vendor/distribute-0.6.32/ cd $ROOT_DIR/vendor/distribute-0.6.32/
python setup.py install # &> /dev/null python setup.py install # &> /dev/null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment