Added missing utf-8 encoding for python.

This commit is contained in:
Michael Herzberg 2017-09-20 11:48:51 +01:00
parent 543c8d7fc8
commit 93f7c2823b
1 changed files with 4 additions and 0 deletions

View File

@ -106,3 +106,7 @@ chmod go+u-w /scratch /fastdata /data /shared
# to use any packages that the user might have installed in their home
# directory.
export PYTHONNOUSERSITE=1
# Python needs to be explicitly told to use utf-8, otherwise we get
# weird exceptions
export PYTHONIOENCODING=utf-8