CentOS locale 警告

有时登陆服务器会有如下提示 -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory

执行命令

vi /etc/environment

然后加入

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

comments powered by Disqus