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 !194
parent e8359fe1
...@@ -78,9 +78,9 @@ parameters-extra = true ...@@ -78,9 +78,9 @@ parameters-extra = true
environment = environment =
IPYTHONDIR=${directory:ipython_dir} IPYTHONDIR=${directory:ipython_dir}
JUPYTER_CONFIG_DIR=${directory:ipython_dir} JUPYTER_CONFIG_DIR=${directory:ipython_dir}
LC_ALL=en_US.UTF-8 LC_ALL=C.UTF-8
LANG=en_US.UTF-8 LANG=C.UTF-8
LANGUAGE=en_US.UTF-8 LANGUAGE=C.UTF-8
[ipython-notebook-config] [ipython-notebook-config]
<= dynamic-jinja2-template-base <= dynamic-jinja2-template-base
......
...@@ -64,7 +64,7 @@ recipe = slapos.recipe.template:jinja2 ...@@ -64,7 +64,7 @@ recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in template = ${:_profile_base_location_}/instance.cfg.in
rendered = ${buildout:directory}/template.cfg rendered = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
md5sum = 5b7141a56eff4104e6b2c4585ee9448e md5sum = c9d2c7a3658457b7f43cbbbc38ef247c
context = context =
key bin_directory buildout:bin-directory key bin_directory buildout:bin-directory
key develop_eggs_directory buildout:develop-eggs-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