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