Put below two lines into ~/.bash_profile
export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8
In terminal, run the below command (or restart the user session)
source ~/.bash_profile
Put below two lines into ~/.bash_profile
export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8
In terminal, run the below command (or restart the user session)
source ~/.bash_profile