$ sudo vi /etc/profile

按a或i进入编辑模式

export LC_ALL=en_US.UTF-8

export LANGUAGE=en_US.UTF-8

按Esc键退出编辑模式

:wq (保存并退出)

$ source /etc/profile