Skip to content

Instantly share code, notes, and snippets.

@javymarmol
Created November 20, 2017 21:52
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save javymarmol/eb84bb933cf2bf60a4f33f1061f29f95 to your computer and use it in GitHub Desktop.
Save javymarmol/eb84bb933cf2bf60a4f33f1061f29f95 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
@RagtagGeoduck
Copy link

-bash: warning: setlocale: LC_ALL: cannot change locale (en.US.utf-8)
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en.US.utf-8)

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