Last active
September 21, 2018 23:22
-
-
Save jasoet/9a8a586a9cf74d79ff3fe4257626f496 to your computer and use it in GitHub Desktop.
Set Locale on DigitalOcean Ubuntu (Remove Locale Error Message on console)
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
export LANGUAGE="en_US.UTF-8" | |
echo 'LANGUAGE="en_US.UTF-8"' >> /etc/default/locale | |
echo 'LC_ALL="en_US.UTF-8"' >> /etc/default/locale |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add
export LANGUAGE="en_US.UTF-8"
to your.bashrc
or.zshrc
.Run this once