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

cedar-14 in download url, echo stack

parent 1bdf4a0c
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ if [ ! "$SKIP_INSTALL" ]; then
# Prepare destination directory.
mkdir -p .heroku/python
curl http://lang-python.s3.amazonaws.com/runtimes/$PYTHON_VERSION.tar.gz -s | tar zxv -C .heroku/python &> /dev/null
curl http://lang-python.s3.amazonaws.com/cedar-14/runtimes/$PYTHON_VERSION.tar.gz -s | tar zxv -C .heroku/python &> /dev/null
if [[ $? != 0 ]] ; then
puts-warn "Requested runtime ($PYTHON_VERSION) was not found."
puts-warn "Aborting. More info: https://devcenter.heroku.com/articles/python-support"
......@@ -220,6 +220,7 @@ hash -r
which python
which pip
python --version
echo $STACK
# Install Mercurial if it appears to be required.
if (grep -Fiq "hg+" requirements.txt) then
......
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