LoginSignup
1
1

More than 5 years have passed since last update.

Fishermanでperlのwarningがでてしまうのを対処

Last updated at Posted at 2017-08-22

Fishermanを試してみようとしたらperlのロケールガセットされてないエラーがでた。

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").

設定ファイルに以下を追加した。

config/fish/config.fish
set -x PERL_BADLANG 0

参考文献

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1