Skip to content

Conversation

@forbxy
Copy link
Contributor

@forbxy forbxy commented Feb 23, 2018

my computer working on Ubuntu,so I just test it on Ubuntu,I can not confirm if it is necessary to set environment variable LANGUAGE on other linux system

run in).

Hint: if running Windows, you can set it in PowerShell with `${Env:LANG} = "xx_XX"`.
if running Ubuntu, you should set environment variable `LANGUAGE="xx_XX"`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least on my system, there's a variable called LANG rather than LANGUAGE. I think both are used, but I'm not sure which one has priority.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on my system(ubuntu14.04),LANG don't work

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@forbxy If you are ssh'ing into Ubuntu 14.04, you will need to make sure that the following are set:

export LANG="en_US.utf8"
export LANGUAGE="en_US.utf8"
export LC_ALL="en_US.utf8"

@forbxy
Copy link
Contributor Author

forbxy commented Mar 1, 2018

finally,I test it on ubuntu 16,var LANGUAGE is needless

@minrk minrk merged commit 95a8340 into jupyter:master Mar 1, 2018
@takluyver takluyver added this to the 5.5 milestone Apr 24, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants