vi /etc/profile

export LANG=zh_CN.UTF8

. /etc/profile或source /etc/profile #修改的环境变量生效

#修改用户的环境
vi /root/.bash_profile

export LANG=zh_CN.UTF8