[commons] refactoring: using 'en_US.UTF-8' as the the default LANG

This commit is contained in:
Vinicius Moreira
2022-03-24 16:25:18 -03:00
parent a4ccb08296
commit 9632b95b9d

View File

@@ -13,7 +13,7 @@ PY_VERSION = "{}.{}".format(sys.version_info.major, sys.version_info.minor)
GLOBAL_PY_LIBS = '/usr/lib/python{}'.format(PY_VERSION)
PATH = os.getenv('PATH')
DEFAULT_LANG = ''
DEFAULT_LANG = 'en_US.UTF-8'
GLOBAL_INTERPRETER_PATH = ':'.join(PATH.split(':')[1:])