Locale warning in RedHat or CentOS
warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
Run these commands
$ sudo vim /etc/environment
add these lines:
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
Locale warning in RedHat or CentOS
warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
Run these commands
$ sudo vim /etc/environment
add these lines:
LANG=en_US.utf-8
LC_ALL=en_US.utf-8