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
ebd97e9b
Commit
ebd97e9b
authored
11 years ago
by
Kenneth Reitz
Browse files
Options
Downloads
Patches
Plain Diff
Make LD_LIBRARY_PATH
parent
9fcf81c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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 @
ebd97e9b
...
...
@@ -32,7 +32,7 @@ SETUPTOOLS_VERSION="3.6"
# Setup bpwatch
export
PATH
=
$PATH
:
$ROOT_DIR
/vendor/bpwatch
LOGPLEX_KEY
=
"t.b
396af7f-ad75-4643-8b9e-ebb288acc624
"
LOGPLEX_KEY
=
"t.b
90d9d29-5388-4908-9737-b4576af1d4ce
"
export
BPWATCH_STORE_PATH
=
$CACHE_DIR
/bpwatch.json
BUILDPACK_VERSION
=
v28
...
...
@@ -247,7 +247,7 @@ set-env PATH '$HOME/.heroku/python/bin:$PATH'
set-env PYTHONUNBUFFERED
true
set-env PYTHONHOME /app/.heroku/python
set-default-env LIBRARY_PATH /app/.heroku/vendor/lib:/app/.heroku/python/lib
set-
default-
env LD_LIBRARY_PATH /app/.heroku/vendor/lib:/app/.heroku/python/lib
set-env LD_LIBRARY_PATH /app/.heroku/vendor/lib:/app/.heroku/python/lib
set-default-env LANG en_US.UTF-8
set-default-env PYTHONHASHSEED random
set-default-env PYTHONPATH /app/
...
...
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