Skip to content

Instantly share code, notes, and snippets.

@bendo01
Forked from ibrahimlawal/LC_CTYPE.txt
Created October 29, 2017 15:14
Show Gist options
  • Save bendo01/706b6e09907ba81bc9df1ecb4f7e014e to your computer and use it in GitHub Desktop.
Save bendo01/706b6e09907ba81bc9df1ecb4f7e014e 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