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
9e1df4bb
Commit
9e1df4bb
authored
Nov 11, 2018
by
Casey Faist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specify python 2.7
parent
0be9d480
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
compile
bin/compile
+2
-2
python
bin/steps/python
+1
-1
No files found.
bin/compile
View file @
9e1df4bb
...
...
@@ -54,7 +54,7 @@ LATEST_36="python-3.6.6"
LATEST_37
=
"python-3.7.0"
LATEST_35
=
"python-3.5.6"
LATEST_34
=
"python-3.4.9"
LATEST_2
=
"python-2.7.15"
LATEST_2
7
=
"python-2.7.15"
# Supported Python Branches
PY37
=
"python-3.7"
...
...
@@ -69,7 +69,7 @@ DEFAULT_PYTHON_STACK="cedar-14"
PIP_UPDATE
=
"9.0.2"
export
DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE
export
LATEST_2 LATEST_36 LATEST_37 LATEST_35 LATEST_34
export
LATEST_2
7
LATEST_36 LATEST_37 LATEST_35 LATEST_34
export
PY37 PY36 PY35 PY27 PY34
# Common Problem Warnings:
...
...
bin/steps/python
View file @
9e1df4bb
...
...
@@ -7,7 +7,7 @@ PYTHON_VERSION=$(cat runtime.txt)
# The location of the pre-compiled python binary.
VENDORED_PYTHON
=
"
${
VENDOR_URL
}
/runtimes/
$PYTHON_VERSION
.tar.gz"
SECURITY_UPDATE
=
"Python has released a security update! Please consider upgrading to
"
SECURITY_UPDATE
=
"Python has released a security update! Please consider upgrading to"
# check if runtime exists
if
curl
--output
/dev/null
--silent
--head
--fail
"
$VENDORED_PYTHON
"
;
then
...
...
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