Skip to content

Commit 9e1df4b

Browse files
committed
specify python 2.7
1 parent 0be9d48 commit 9e1df4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ LATEST_36="python-3.6.6"
5454
LATEST_37="python-3.7.0"
5555
LATEST_35="python-3.5.6"
5656
LATEST_34="python-3.4.9"
57-
LATEST_2="python-2.7.15"
57+
LATEST_27="python-2.7.15"
5858

5959
# Supported Python Branches
6060
PY37="python-3.7"
@@ -69,7 +69,7 @@ DEFAULT_PYTHON_STACK="cedar-14"
6969
PIP_UPDATE="9.0.2"
7070

7171
export DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE
72-
export LATEST_2 LATEST_36 LATEST_37 LATEST_35 LATEST_34
72+
export LATEST_27 LATEST_36 LATEST_37 LATEST_35 LATEST_34
7373
export PY37 PY36 PY35 PY27 PY34
7474

7575
# Common Problem Warnings:

bin/steps/python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PYTHON_VERSION=$(cat runtime.txt)
77
# The location of the pre-compiled python binary.
88
VENDORED_PYTHON="${VENDOR_URL}/runtimes/$PYTHON_VERSION.tar.gz"
99

10-
SECURITY_UPDATE="Python has released a security update! Please consider upgrading to "
10+
SECURITY_UPDATE="Python has released a security update! Please consider upgrading to"
1111

1212
# check if runtime exists
1313
if curl --output /dev/null --silent --head --fail "$VENDORED_PYTHON"; then

0 commit comments

Comments
 (0)