From 31658140367db27cc56058280e02e77eab169801 Mon Sep 17 00:00:00 2001 From: Louistiti Date: Sun, 24 Feb 2019 16:46:19 +0800 Subject: [PATCH] style: add explicit comment for LC_ALL and LANG env variables --- .env.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.sample b/.env.sample index 1b049d78..f07df176 100644 --- a/.env.sample +++ b/.env.sample @@ -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