Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory

vi /etc/environment

vi /etc/environment

LANG=en_US.utf-8
LC_ALL=en_US.utf-8

先不管具体错误,先把解决办法贴出来:

echo "export LC_ALL=en_US.UTF-8"  >>  /etc/profile
echo "export LC_CTYPE=en_US.UTF-8"  >>  /etc/profile
source /etc/profile

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注