Skip to content

Instantly share code, notes, and snippets.

@rafaotetra
Forked from thanksdanny/LC_CTYPE.txt
Created January 8, 2018 11:54
Show Gist options
  • Save rafaotetra/69d2f33b6a0fcc7b07b9baa5bb09106b to your computer and use it in GitHub Desktop.
Save rafaotetra/69d2f33b6a0fcc7b07b9baa5bb09106b 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
@ijmorgado
Copy link

Thank you! Works like a charm for me :)

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