Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heroku-buildpack-python
Commits
0be9d480
Commit
0be9d480
authored
6 years ago
by
Casey Faist
Browse files
Options
Downloads
Patches
Plain Diff
add missing vars for python step
parent
4750639a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/compile
+4
-3
4 additions, 3 deletions
bin/compile
bin/steps/python
+0
-1
0 additions, 1 deletion
bin/steps/python
with
4 additions
and
4 deletions
bin/compile
+
4
−
3
View file @
0be9d480
...
...
@@ -60,7 +60,7 @@ LATEST_2="python-2.7.15"
PY37
=
"python-3.7"
PY36
=
"python-3.6"
PY35
=
"python-3.5"
PY3
5
=
"python-3.4"
PY3
4
=
"python-3.4"
PY27
=
"python-2.7"
# Which stack is used (for binary downloading), if none is provided (e.g. outside of Heroku)?
...
...
@@ -68,8 +68,9 @@ DEFAULT_PYTHON_STACK="cedar-14"
# If pip doesn't match this version (the version we install), run the installer.
PIP_UPDATE
=
"9.0.2"
export
DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE LATEST_2 LATEST_36 LATEST_37
export
PY37 PY36 PY35 PY27
export
DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE
export
LATEST_2 LATEST_36 LATEST_37 LATEST_35 LATEST_34
export
PY37 PY36 PY35 PY27 PY34
# Common Problem Warnings:
# This section creates a temporary file in which to stick the output of `pip install`.
...
...
This diff is collapsed.
Click to expand it.
bin/steps/python
+
0
−
1
View file @
0be9d480
...
...
@@ -52,7 +52,6 @@ else
exit
1
fi
if
[[
"
$STACK
"
!=
"
$CACHED_PYTHON_STACK
"
]]
;
then
puts-step
"Stack has changed from
$CACHED_PYTHON_STACK
to
$STACK
, clearing cache"
rm
-fr
.heroku/python-stack .heroku/python-version .heroku/python .heroku/vendor .heroku/python .heroku/python-sqlite3-version
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment