Skip to content

Instantly share code, notes, and snippets.

@aguilarcarlos
Forked from thanksdanny/LC_CTYPE.txt
Created November 12, 2021 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aguilarcarlos/f4e018d26618551e12496d83b903eca2 to your computer and use it in GitHub Desktop.
Save aguilarcarlos/f4e018d26618551e12496d83b903eca2 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