warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
Problem: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
How to solve:
run following command in shell
export LC_ALL="en_US.UTF-8"
还可以
vim ~/.bash_profile
Problem: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
How to solve:
run following command in shell
export LC_ALL="en_US.UTF-8"
还可以
vim ~/.bash_profile