Skip to content

Instantly share code, notes, and snippets.

@rokhimin
Created October 15, 2019 15:16
Show Gist options
  • Save rokhimin/9371d0f2c6c3fc5a75b65cbbd68018c0 to your computer and use it in GitHub Desktop.
Save rokhimin/9371d0f2c6c3fc5a75b65cbbd68018c0 to your computer and use it in GitHub Desktop.
sudo echo "LC_ALL=en_US.UTF-8" >> /etc/environment
sudo echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
sudo echo "LANG=en_US.UTF-8" > /etc/locale.conf
sudo locale-gen en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment