mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Set the LANG var to support non US-ASCII chars
This it the same as the ruby buildpack.
This commit is contained in:
@@ -12,6 +12,7 @@ config_vars:
|
||||
PYTHONUNBUFFERED: true
|
||||
LIBRARY_PATH: .heroku/vendor/lib
|
||||
LD_LIBRARY_PATH: .heroku/vendor/lib
|
||||
LANG: en_US.UTF-8
|
||||
EOF
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user