0 Members and 1 Guest are viewing this topic.
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
export LC_CTYPE="en_US.UTF-8"
# .bash_profile# Get the aliases and functionsif [ -f ~/.bashrc ]; then . ~/.bashrcfi# User specific environment and startup programsPATH=$PATH:$HOME/binexport PATHexport LC_CTYPE="en_US.UTF-8"
locale
cat /etc/environment
vi /etc/environment
LANG=en_US.utf-8LC_ALL=en_US.utf-8