Skip to content

Instantly share code, notes, and snippets.

@ruanbekker
Created August 20, 2019 20:09
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 ruanbekker/1f65e906f51e39ae4792014579ff6017 to your computer and use it in GitHub Desktop.
Save ruanbekker/1f65e906f51e39ae4792014579ff6017 to your computer and use it in GitHub Desktop.
Fix RaspberryPi Locale Issue
# bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
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