Commit d79307ea authored by Iliya Manolov's avatar Iliya Manolov Committed by Łukasz Nowak

Switched Jupyter's locale variables to C.UTF8

See !193's comments.

/reviewed-on nexedi/slapos!194
parent e8359fe1
......@@ -78,9 +78,9 @@ parameters-extra = true
environment =
IPYTHONDIR=${directory:ipython_dir}
JUPYTER_CONFIG_DIR=${directory:ipython_dir}
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=C.UTF-8
LANG=C.UTF-8
LANGUAGE=C.UTF-8
[ipython-notebook-config]
<= dynamic-jinja2-template-base
......
......@@ -64,7 +64,7 @@ recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in
rendered = ${buildout:directory}/template.cfg
mode = 0644
md5sum = 5b7141a56eff4104e6b2c4585ee9448e
md5sum = c9d2c7a3658457b7f43cbbbc38ef247c
context =
key bin_directory buildout:bin-directory
key develop_eggs_directory buildout:develop-eggs-directory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment