Skip to content

Instantly share code, notes, and snippets.

@kevinclcn
Forked from ibrahimlawal/LC_CTYPE.txt
Created February 22, 2019 10:28
Show Gist options
  • Save kevinclcn/4c6001fd921ff19cd067d1b8d1cba238 to your computer and use it in GitHub Desktop.
Save kevinclcn/4c6001fd921ff19cd067d1b8d1cba238 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