-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

To fix on Centos OS run this:

localedef -c -f UTF-8 -i en_US en_US.UTF-8
export LC_ALL=en_US.UTF-8

Leave a Reply

Your email address will not be published. Required fields are marked *