zoukankan      html  css  js  c++  java
  • 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
    来源:简书
    简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。
  • 相关阅读:
    何为 ISAPI
    MacDown-The open source Markdown editor for OS X.
    Atom使用
    运维
    Perl
    Kaggle
    J2EE
    leetcode
    Tensorflow 学习笔记
    EXCEL公式及宏
  • 原文地址:https://www.cnblogs.com/crazyguo/p/10479478.html
Copyright © 2011-2022 走看看