Skip to content

Instantly share code, notes, and snippets.

@snowleung
Created April 10, 2013 05:49
Show Gist options
  • Select an option

  • Save snowleung/5352124 to your computer and use it in GitHub Desktop.

Select an option

Save snowleung/5352124 to your computer and use it in GitHub Desktop.
bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
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