Skip to content

Instantly share code, notes, and snippets.

@ledongthuc
Last active September 7, 2018 04:38
# warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
sudo bash -c "cat <<EOT > /etc/environment
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
EOT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment