Skip to content

Commit

Permalink
style: add explicit comment for LC_ALL and LANG env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Feb 24, 2019
1 parent 0d3cace commit 3165814
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.sample
Expand Up @@ -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

0 comments on commit 3165814

Please sign in to comment.