Skip to content
Snippets Groups Projects
Commit dfbf20ac authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

test

parent 0b9019ab
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ fi ...@@ -153,7 +153,7 @@ fi
if [ ! "$SKIP_INSTALL" ]; then if [ ! "$SKIP_INSTALL" ]; then
puts-step "Installing runtime $PYTHON_VERSION" puts-step "Installing runtime $PYTHON_VERSION"
curl http://envy-versions.s3.amazonaws.com/$PYTHON_VERSION.tar.bz2 | tar jx curl http://envy-versions.s3.amazonaws.com/$PYTHON_VERSION.tar.bz2 -s | tar jx > /dev/null
mv python .heroku/python mv python .heroku/python
# Record for future reference. # Record for future reference.
...@@ -161,21 +161,13 @@ if [ ! "$SKIP_INSTALL" ]; then ...@@ -161,21 +161,13 @@ if [ ! "$SKIP_INSTALL" ]; then
# Prepare it for the real world # Prepare it for the real world
# 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
ls /app/.heroku/python/bin # ls /app/.heroku/python/bin
hash -r hash -r
which python python $ROOT_DIR/vendor/distribute-0.6.32/distribute_setup.py > /dev/null
python $ROOT_DIR/vendor/distribute-0.6.32/distribute_setup.py
echo
echo
echo
ls /app/.heroku/python/bin
echo
echo
hash -r hash -r
easy_install $ROOT_DIR/vendor/pip-1.2.1.tar.gz easy_install $ROOT_DIR/vendor/pip-1.2.1.tar.gz > /dev/null
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment