This commit is contained in:
Kenneth Reitz
2012-12-19 23:53:40 -05:00
parent 0b9019ab71
commit dfbf20acd2
+6 -14
View File
@@ -153,7 +153,7 @@ fi
if [ ! "$SKIP_INSTALL" ]; then
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
# Record for future reference.
@@ -161,21 +161,13 @@ if [ ! "$SKIP_INSTALL" ]; then
# Prepare it for the real world
# curl -O http://python-distribute.org/distribute_setup.py
echo path
echo $PATH
ls /app/.heroku/python/bin
# echo path
# echo $PATH
# ls /app/.heroku/python/bin
hash -r
which python
python $ROOT_DIR/vendor/distribute-0.6.32/distribute_setup.py
echo
echo
echo
ls /app/.heroku/python/bin
echo
echo
python $ROOT_DIR/vendor/distribute-0.6.32/distribute_setup.py > /dev/null
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