ubuntu下出现-bash: warning: setlocale: LC_CTYPE: cannot change locale (en_GB.UTF-8)警告
解决方法:
#vim /etc/profile
添加
LC_ALL="en_US"