Last active
September 7, 2018 04:38
-
-
Save ledongthuc/31f46f62b5172a8e691a6a3b4b42a6e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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