Skip to content

Instantly share code, notes, and snippets.

@ibrahimlawal
Forked from jampajeen/LC_CTYPE.txt
Created February 27, 2017 07:02
Show Gist options
  • Save ibrahimlawal/bfec7092cb64d46d8f9d1fd2c0c3d9c8 to your computer and use it in GitHub Desktop.
Save ibrahimlawal/bfec7092cb64d46d8f9d1fd2c0c3d9c8 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
@jbrahy
Copy link

jbrahy commented Apr 19, 2024

Thanks!

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