export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
If you have faced the error on MacOS X, add these lines to ~/.bash_profile
or for a temp fix, use env LANG=en_us.UTF-8 <command>
for a quickfix
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
If you have faced the error on MacOS X, add these lines to ~/.bash_profile
or for a temp fix, use env LANG=en_us.UTF-8 <command>
for a quickfix