概述
在登录 linux 后的命令行中,有时可能出现类似 "manpath: can't set the locale; make sure $LC_* and $LANG are correct" 的报错。
解决方案
创建语系
sudo locale-gen "en_US.UTF-8"
January 14, 2024Less than 1 minute
在登录 linux 后的命令行中,有时可能出现类似 "manpath: can't set the locale; make sure $LC_* and $LANG are correct" 的报错。
sudo locale-gen "en_US.UTF-8"