Skip to content

Instantly share code, notes, and snippets.

@sm-tester
Forked from jampajeen/LC_CTYPE.txt
Created January 22, 2020 04:24
Show Gist options
  • Save sm-tester/098f36e22b0f6bd8ea42c8937513eb89 to your computer and use it in GitHub Desktop.
Save sm-tester/098f36e22b0f6bd8ea42c8937513eb89 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