只要打指令
id@debian:~$ export LC_MESSAGES=C
id@debian:~$ export LC_TIME=C
程式輸出訊息與時間輸出都是使用英文語系
下面這招是之前和小州老師學的,$DISPLAY是用來判斷有沒有執行X環境
id@debian:~$ vi ~/.bash_profile
add
if [ -z "$DISPLAY" ]; then
export LC_MESSAGES=C
export LC_TIME=C
fi
這裡是我的小小園地~~YA!
Welcome~~
lol
if [ -z "$DISPLAY" ]; then
export LC_MESSAGES=C
export LC_TIME=C
fi
沒有留言:
張貼留言