Please check that your locale settings问题

问题描述:

perl: warning: Setting locale failed.

perl: warning: Please check that your locale settings:

LANGUAGE = "en_US:en",

LC_ALL = (unset),

LC_CTYPE = "zh_CN.UTF-8",

LANG = "en_US.UTF-8"

are supported and installed on your system.

perl: warning: Falling back to a fallback locale ("en_US.UTF-8").

perl: warning: Setting locale failed.

perl: warning: Please check that your locale settings:

LANGUAGE = "en_US:en",

LC_ALL = (unset),

LC_CTYPE = "zh_CN.UTF-8",

LANG = "en_US.UTF-8"

are supported and installed on your system.

perl: warning: Falling back to a fallback locale ("en_US.UTF-8").

解决方案:

vi /root/.bashrc

再最底部加上

export LC_ALL=C

或者直接运行

echo "export LC_ALL=C" >> /root/.bashrc

然后执行一下:

source /root/.bashrc

作者:vcancy
链接:https://www.jianshu.com/p/32544edd7362
来源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

原文地址:https://www.cnblogs.com/crazyguo/p/10479478.html

时间: 2024-10-13 23:19:05

Please check that your locale settings问题的相关文章

解决:perl: warning: Please check that your locale settings

问题: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "zh_CN.UTF-8", LC_TERMINAL_VERSION = "3.3.3beta2", LC_TERMINAL = "iTerm2", LANG

13.地区设置(Locale Settings)

1.地区设置(Locale Settings) 2.货币设置(Currency Configuration) 3.货币汇率(Currency Rates) 4.税率(Tax Rates) 5.税类(Tax Classes)

FindBugs:Compiler output path for module can not be null. check your module/project settings问题原因

可能很多人在使用Android studio 中的插件中会发现这个错误提示:Compiler output path for module can not be null. check your module/project settings. 会报这个错误是因为你工程没有make.因为Findbugs并不是针对你的源代码进行检测,而是根据编译后文件(如:class.dex)进行检测. 所以如果你的工程是刚从git或者svn clone下来的,还没有make,就会出现这个问题. FindBugs

zsh解决perl: warning: Setting locale failed.

错误如下: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard

perl: warning: Setting locale failed.引发的问题

缘由 我用的是linode的vps,系统为ubuntu14.04lts 当apt-get安装软件时,都会报一个相同的错误,如下 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_TIME = "zh_CN.UTF-8", LC_MONETARY = "zh_CN

简单解决Ubuntu修改locale的问题

本文针对的问题是"Ubuntu 安装中文语言包""Ubuntu Server中文问题","Ubuntu更改语言环境","Ubuntu locale的设定","cannot change locale (zh_CN.UTF-8)","Linux中文乱码","Linux字符集的修改","Linux乱码的解决办法"等问题,提供一站式解决.如果系统显示中文

CentOS 7 /RHEL 7: How To Change The System Locale

The system localeare used to control the language setting of system services and the UI before the user logs in. How Do I change the default system locale in CentOS 7 linux system? How to check the current locate setting under centos 7 or RHEL 7 ? Ho

perl: warning: Setting locale failed.

本篇文章由:http://xinpure.com/perl-warning-setting-locale-failed/ 将 mac 系统切换成英文后,使用 git 命令出现如下错误: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "UTF-8", L

perl: warning: Falling back to the standard locale ("C").   (Ubuntu repo sync 报错)

报错::perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_IE.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard l