only talk about runtime once

This commit is contained in:
Kenneth Reitz
2012-12-20 03:38:56 -05:00
parent 0ea950ee52
commit 18c19e4466
+1 -1
View File
@@ -125,7 +125,6 @@ mkdir -p $(dirname $PROFILE_PATH)
set +e
PYTHON_VERSION=$(cat runtime.txt)
puts-step "Preparing Python runtime ($PYTHON_VERSION)"
# Install Python.
if [ -f .heroku/python-version ]; then
@@ -139,6 +138,7 @@ fi
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
mv python .heroku/python