1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-24 04:31:31 +03:00

style: add explicit comment for LC_ALL and LANG env variables

This commit is contained in:
Louistiti 2019-02-24 16:46:19 +08:00
parent 0d3caceafd
commit 3165814036

View File

@ -38,5 +38,9 @@ PIPENV_PIPFILE=bridges/python/Pipfile
PIPENV_VENV_IN_PROJECT=true
# Fix https://click.palletsprojects.com/en/7.x/python3/#python-3-surrogate-handling
# If Leon replies you something like "Sorry, it seems I have a problem with the ... module" but
# still gives you the right answer, then:
## 1. Do a `locale -a` pick the locale you need
## 2. Replace the LC_ALL and LANG values with the needed locale
LC_ALL=C.UTF-8
LANG=C.UTF-8