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
af15be61
Commit
af15be61
authored
9 years ago
by
Luke Hodkinson
Browse files
Options
Downloads
Patches
Plain Diff
Don't stomp on pre-existing environment values, in particular the
`PKG_CONFIG_PATH` variable.
parent
39d64c5f
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
+5
-5
5 additions, 5 deletions
bin/compile
with
5 additions
and
5 deletions
bin/compile
+
5
−
5
View file @
af15be61
...
@@ -112,11 +112,11 @@ export BUILD_DIR CACHE_DIR BIN_DIR PROFILE_PATH
...
@@ -112,11 +112,11 @@ export BUILD_DIR CACHE_DIR BIN_DIR PROFILE_PATH
export
PATH
=
$BUILD_DIR
/.heroku/python/bin:
$BUILD_DIR
/.heroku/vendor/bin:
$PATH
export
PATH
=
$BUILD_DIR
/.heroku/python/bin:
$BUILD_DIR
/.heroku/vendor/bin:
$PATH
export
PYTHONUNBUFFERED
=
1
export
PYTHONUNBUFFERED
=
1
export
LANG
=
en_US.UTF-8
export
LANG
=
en_US.UTF-8
export
C_INCLUDE_PATH
=
/app/.heroku/vendor/include:
$BUILD_DIR
/.heroku/vendor/include:/app/.heroku/python/include
export
C_INCLUDE_PATH
=
/app/.heroku/vendor/include:
$BUILD_DIR
/.heroku/vendor/include:/app/.heroku/python/include
:
$C_INCLUDE_PATH
export
CPLUS_INCLUDE_PATH
=
/app/.heroku/vendor/include:
$BUILD_DIR
/.heroku/vendor/include:/app/.heroku/python/include
export
CPLUS_INCLUDE_PATH
=
/app/.heroku/vendor/include:
$BUILD_DIR
/.heroku/vendor/include:/app/.heroku/python/include
:
$CPLUS_INCLUDE_PATH
export
LIBRARY_PATH
=
/app/.heroku/vendor/lib:
$BUILD_DIR
/.heroku/vendor/lib:/app/.heroku/python/lib
export
LIBRARY_PATH
=
/app/.heroku/vendor/lib:
$BUILD_DIR
/.heroku/vendor/lib:/app/.heroku/python/lib
:
$LIBRARY_PATH
export
LD_LIBRARY_PATH
=
/app/.heroku/vendor/lib:
$BUILD_DIR
/.heroku/vendor/lib:/app/.heroku/python/lib
export
LD_LIBRARY_PATH
=
/app/.heroku/vendor/lib:
$BUILD_DIR
/.heroku/vendor/lib:/app/.heroku/python/lib
:
$LD_LIBRARY_PATH
export
PKG_CONFIG_PATH
=
/app/.heroku/vendor/lib/pkg-config:
$BUILD_DIR
/.heroku/vendor/lib/pkg-config:/app/.heroku/python/lib/pkg-config
export
PKG_CONFIG_PATH
=
/app/.heroku/vendor/lib/pkg-config:
$BUILD_DIR
/.heroku/vendor/lib/pkg-config:/app/.heroku/python/lib/pkg-config
:
$PKG_CONFIG_PATH
# Switch to the repo's context.
# Switch to the repo's context.
cd
$BUILD_DIR
cd
$BUILD_DIR
...
...
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