美文网首页
2020-03-25 CentOS Failed to set

2020-03-25 CentOS Failed to set

作者: yango3 | 来源:发表于2020-03-25 14:02 被阅读0次

Failed to set locale, defaulting to C

Description:

locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

Add below into the file.

$ cat /etc/environment 
LANG=en_US.utf-8
LC_ALL=en_US.utf-8

相关文章

网友评论

      本文标题:2020-03-25 CentOS Failed to set

      本文链接:https://www.haomeiwen.com/subject/jdgtuhtx.html