perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: code example
Example: perl: warning: Setting locale failed.
# run in terminal:
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8