pve命令,如下报错

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LC_CTYPE = "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").

修改.bashrc

vi .bashrc

文件末尾插入

export LC_ALL=C

:wq 保存退出

source .bashrc

相关文章:

  • 2022-12-23
  • 2021-08-04
  • 2021-05-12
  • 2022-12-23
  • 2021-06-17
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-03
  • 2022-01-20
  • 2021-10-07
  • 2021-12-23
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
相关资源
相似解决方案