Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
5e466768
Commit
5e466768
authored
Aug 17, 2018
by
Casey Faist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add case for older python 3 install attempts
parent
f9621add
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
python
bin/steps/python
+4
-0
No files found.
bin/steps/python
View file @
5e466768
...
@@ -34,6 +34,10 @@ else
...
@@ -34,6 +34,10 @@ else
else
else
echo
" Using supported version of Python 3.6 (
$PYTHON_VERSION
)"
echo
" Using supported version of Python 3.6 (
$PYTHON_VERSION
)"
fi
fi
else
puts-warn
"Heroku supports the latest version of Python 2
$LATEST_37
, Python 3.6
$LATEST_36
and Python 3.7
$LATEST_2
."
puts-warn
"You are using
$PYTHON_VERSION
, which is unsupported."
puts-warn
"We recommend upgrading by specifying the default supported version (
$LATEST_36
)."
fi
fi
fi
fi
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment