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
24ae4f9b
Commit
24ae4f9b
authored
10 years ago
by
Kenneth Reitz
Browse files
Options
Downloads
Patches
Plain Diff
further output cleanups
parent
cbb7512c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/compile
+2
-2
2 additions, 2 deletions
bin/compile
with
2 additions
and
2 deletions
bin/compile
+
2
−
2
View file @
24ae4f9b
...
@@ -161,7 +161,7 @@ fi
...
@@ -161,7 +161,7 @@ fi
if
[
!
$STACK
=
$CACHED_PYTHON_STACK
]
;
then
if
[
!
$STACK
=
$CACHED_PYTHON_STACK
]
;
then
bpwatch start uninstall_python
bpwatch start uninstall_python
puts-step
"Stack changed, re-installing runtime
(
$PYTHON_VERSION
)
"
puts-step
"Stack changed, re-installing runtime"
rm
-fr
.heroku/python
rm
-fr
.heroku/python
unset
SKIP_INSTALL
unset
SKIP_INSTALL
bpwatch stop uninstall_python
bpwatch stop uninstall_python
...
@@ -238,7 +238,7 @@ if (grep -Fiq "hg+" requirements.txt) then
...
@@ -238,7 +238,7 @@ if (grep -Fiq "hg+" requirements.txt) then
fi
fi
# Install dependencies with Pip.
# Install dependencies with Pip.
puts-step
"Installing dependencies with
P
ip
(
$PIP_VERSION
)
"
puts-step
"Installing dependencies with
p
ip"
[
!
"
$FRESH_PYTHON
"
]
&&
bpwatch start pip_install
[
!
"
$FRESH_PYTHON
"
]
&&
bpwatch start pip_install
...
...
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