File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ LATEST_36="python-3.6.6"
54
54
LATEST_37=" python-3.7.0"
55
55
LATEST_35=" python-3.5.6"
56
56
LATEST_34=" python-3.4.9"
57
- LATEST_2 =" python-2.7.15"
57
+ LATEST_27 =" python-2.7.15"
58
58
59
59
# Supported Python Branches
60
60
PY37=" python-3.7"
@@ -69,7 +69,7 @@ DEFAULT_PYTHON_STACK="cedar-14"
69
69
PIP_UPDATE=" 9.0.2"
70
70
71
71
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
73
73
export PY37 PY36 PY35 PY27 PY34
74
74
75
75
# Common Problem Warnings:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ PYTHON_VERSION=$(cat runtime.txt)
7
7
# The location of the pre-compiled python binary.
8
8
VENDORED_PYTHON=" ${VENDOR_URL} /runtimes/$PYTHON_VERSION .tar.gz"
9
9
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"
11
11
12
12
# check if runtime exists
13
13
if curl --output /dev/null --silent --head --fail " $VENDORED_PYTHON " ; then
You can’t perform that action at this time.
0 commit comments