mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
Revert "[commons] refactoring: using 'en_US.UTF-8' as the the default LANG"
This reverts commit 9632b95b9d.
This commit is contained in:
@@ -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 = 'en_US.UTF-8'
|
||||
DEFAULT_LANG = ''
|
||||
|
||||
GLOBAL_INTERPRETER_PATH = ':'.join(PATH.split(':')[1:])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user