Skip to content

Instantly share code, notes, and snippets.

@refactor8
Forked from thanksdanny/LC_CTYPE.txt
Created November 25, 2017 10:35
Show Gist options
  • Save refactor8/a844805c86538d0d45788ba842a87828 to your computer and use it in GitHub Desktop.
Save refactor8/a844805c86538d0d45788ba842a87828 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment