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
  • Star 19 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • 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
@sathishvc
Copy link

👍

@supertrens
Copy link

thx!

@JSoon
Copy link

JSoon commented Apr 8, 2020

❤️

@claudiusabau
Copy link

thank you ! :)

@ricardoaponte
Copy link

👍🏻

@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