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

only talk about runtime once

parent 0ea950ee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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