如果搜索出来的连接不能用,把连接中间的日期去掉就好了,最近更改了所有连接的名字

LC_ALL unset解决方案

linux huahua 2468℃

「转载文章」
解决LC_ALL = (unset),LANGUAGE = (unset),

网上搜的方法,如

sudo locale-gen en_US en_US.UTF-8
dpkg-reconfigure locales

to the file /etc/environment:

LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8

在terminal里面输入

locale 然后

export LANGUAGE=en_US.UTF-8

export LC_ALL=en_US.UTF-8

再 locale

通通无效,因此,阅读英文论坛,回帖中发现:

在 .bashrc 中

添加

export LC_ALL="en_US.UTF-8"
执行一下,即 . ~/.bashrc

转载请注明:EZLOST » LC_ALL unset解决方案

喜欢 (1)