perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en.US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
解决办法:echo "export LC_ALL=C" >> /root/.bashrc
阅读(1231) | 评论(0) | 转发(0) |