linux临时设置英文
To temporarily set your Linux system to English, you can use the following command in the terminal:
export LANG=en_US.UTF-8
This will set the language to English with UTF-8 encoding. To make this change persistent, you can add this line to your ~/.bashrc file.
原文地址: https://www.cveoy.top/t/topic/b1W7 著作权归作者所有。请勿转载和采集!