Skip to content

Instantly share code, notes, and snippets.

@ledongthuc
Last active September 7, 2018 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ledongthuc/31f46f62b5172a8e691a6a3b4b42a6e5 to your computer and use it in GitHub Desktop.
Save ledongthuc/31f46f62b5172a8e691a6a3b4b42a6e5 to your computer and use it in GitHub Desktop.
# 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