AR ホームベーカリー

オイラのアウトプット用ホームベーカリー!

perl: warning: Please check that your locale settings

rbenv 入れてから「今は anyenv なんて便利なもんあっとねー?」となったので、 rbenv 削除して乗り換えた。

ら、こうなった。

○ → ndenv install 8.10.0
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = (unset),
        LANG = "ja.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = (unset),
        LANG = "ja.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Downloading node-v8.10.0-darwin-x64.tar.gz...
-> https://nodejs.org/dist/v8.10.0/node-v8.10.0-darwin-x64.tar.gz
Installing node-v8.10.0-darwin-x64...
Installed node-v8.10.0-darwin-x64 to /Users/USER/.anyenv/envs/ndenv/versions/8.10.0

ゆるさんぞー! デフォルトが C ってわかってるなら (unset) くらいでガタガタ抜かすな!

vi ~/.bash_profile
(もしくは `~/.bashrc` 、どちらか存在するほうで良い)

bashなんとか

export LC_ALL="ja_JP.UTF-8"

書き終わったら

保存して、以下のコマンドを実行すればオッケー。 (シェルの再読込してるだけだから)ターミナルの再起動でもいいよ!

exec $SHELL -l