Skip to content

Instantly share code, notes, and snippets.

@nafferro
Last active April 19, 2018 22:27
Show Gist options
  • Select an option

  • Save nafferro/1369d54e7532782badb2f2ab169e8f0d to your computer and use it in GitHub Desktop.

Select an option

Save nafferro/1369d54e7532782badb2f2ab169e8f0d to your computer and use it in GitHub Desktop.
Fix LC_ALL = (unset)
sudo su
echo "LC_ALL=en_US.UTF-8" >> /etc/environment
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
echo "LANG=en_US.UTF-8" > /etc/locale.conf
locale-gen en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment