Created
April 10, 2013 05:49
-
-
Save snowleung/5352124 to your computer and use it in GitHub Desktop.
bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install language-pack-en-base | |
| edit: | |
| /etc/environment | |
| append this: | |
| LANGUAGE="en_US.UTF-8" | |
| LC_ALL="en_US.UTF-8" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment