F.A.Q

    版本為 00:32, 4 Oct 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    Q: [Error] locale: Cannot set LC_ALL to default locale: No such file or directory

    A:

    #> locale
    locale: Cannot set LC_ALL to default locale: No such file or directory
    
    #> export LC_ALL="en_US.UTF-8"
    
    #> vi ~/.profile
    
    export LC_ALL="en_US.UTF-8"
    

    如果出現錯誤:-bash: warning: setlocale: LC_ALL: cannot change locale (zh_TW.UTF-8)

    檢查系統支援的語系 locale -a

    Powered by MindTouch Core