Skip to content

Instantly share code, notes, and snippets.

@jampajeen
Created November 21, 2015 13:02
Show Gist options
  • Star 52 You must be signed in to star a gist
  • Fork 17 You must be signed in to fork a gist
  • Save jampajeen/841d4eed4da3e6c758bf to your computer and use it in GitHub Desktop.
Save jampajeen/841d4eed4da3e6c758bf to your computer and use it in GitHub Desktop.
Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
vi /etc/environment
add these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
@ans1genie
Copy link

adding that to your .profile (.zprofile, .. or somilar) is enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment