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:
parent
0d3caceafd
commit
3165814036
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user