Commit 18c19e44 authored by Kenneth Reitz's avatar Kenneth Reitz

only talk about runtime once

parent 0ea950ee
...@@ -125,7 +125,6 @@ mkdir -p $(dirname $PROFILE_PATH) ...@@ -125,7 +125,6 @@ mkdir -p $(dirname $PROFILE_PATH)
set +e set +e
PYTHON_VERSION=$(cat runtime.txt) PYTHON_VERSION=$(cat runtime.txt)
puts-step "Preparing Python runtime ($PYTHON_VERSION)"
# Install Python. # Install Python.
if [ -f .heroku/python-version ]; then if [ -f .heroku/python-version ]; then
...@@ -139,6 +138,7 @@ fi ...@@ -139,6 +138,7 @@ fi
if [ ! "$SKIP_INSTALL" ]; then if [ ! "$SKIP_INSTALL" ]; then
puts-step "Preparing Python runtime ($PYTHON_VERSION)"
curl http://envy-versions.s3.amazonaws.com/$PYTHON_VERSION.tar.bz2 -s | tar jx > /dev/null curl http://envy-versions.s3.amazonaws.com/$PYTHON_VERSION.tar.bz2 -s | tar jx > /dev/null
mv python .heroku/python mv python .heroku/python
......
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