2009/4/3 Liuheng <[email protected]>: > 如题。 > 我装系统就是中文的。 > 现在想装英文的LOCAL支持怎么装呢? >
所有 Linux 都内置支持英文,在你的 ~/.zshrc 或 ~/.bash_profile 等文件中 增加: unset LANG LANGUAGE export LC_ALL=en_US.UTF_8 或 export LC_ALL=C 即可。
2009/4/3 Liuheng <[email protected]>: > 如题。 > 我装系统就是中文的。 > 现在想装英文的LOCAL支持怎么装呢? >
所有 Linux 都内置支持英文,在你的 ~/.zshrc 或 ~/.bash_profile 等文件中 增加: unset LANG LANGUAGE export LC_ALL=en_US.UTF_8 或 export LC_ALL=C 即可。