Skip to content
Snippets Groups Projects
Commit 731a0cb0 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

ignore LIBRARY_CONFIG from the environment.

parent ebd97e9b
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ bpwatch stop collectstatic
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-env 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment