On Sat, Sep 8, 2012 at 1:19 PM, Akemi Yagi <amyagi at gmail.com> wrote: > On Sat, Sep 8, 2012 at 11:32 AM, Alain Reguera Delgado > <alain.reguera at gmail.com> wrote: >> Could you create another fresh VM for CentOS using English (en_US.UTF-8) >> as default language? Then do all the preparation stuff through English >> language. Later, once the preparation stuff is done, change the value of >> your LANG environment variable to your native locale (ja_JP.UTF-8, I guess): >> >> LANG=ja_JP.UTF-8 > > Although I installed the VM with Japanese as the default language, I have: > > $ echo $LANG > en_US.UTF-8 > > probably because I needed to select the US keyboard. Correction: because I ssh'd into the VM. On the console, it is ja_JP.utf8. Akemi