Skip to content

Instantly share code, notes, and snippets.

@rpuglielli
Last active April 8, 2019 15:27
Show Gist options
  • Save rpuglielli/2a4f95e7318855439d9d2d5174776dd3 to your computer and use it in GitHub Desktop.
Save rpuglielli/2a4f95e7318855439d9d2d5174776dd3 to your computer and use it in GitHub Desktop.
CentOS warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
sudo 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