Commit 03e666ff authored by Kenneth Reitz's avatar Kenneth Reitz

test

parent 40598be9
...@@ -163,7 +163,10 @@ if [ ! "$SKIP_INSTALL" ]; then ...@@ -163,7 +163,10 @@ if [ ! "$SKIP_INSTALL" ]; then
# curl -O http://python-distribute.org/distribute_setup.py # curl -O http://python-distribute.org/distribute_setup.py
echo path echo path
echo $PATH echo $PATH
hash -r
which python
python $ROOT_DIR/vendor/distribute-0.6.31/setup.py install python $ROOT_DIR/vendor/distribute-0.6.31/setup.py install
hash -r
easy_install $ROOT_DIR/vendor/pip-1.2.1.tar.gz easy_install $ROOT_DIR/vendor/pip-1.2.1.tar.gz
fi fi
......
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