Raspberry Pi: Fixing your Locale
Fixing your Locale on Raspberry Pi
After a fresh install of Raspbian you will likely see the following error:
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
You can fix your locale with a few simple updates.
- Edit
/etc/locale.genand uncomment the line withen_US.UTF-8 - Run
locale-gen en_US.UTF-8 - Run
update-locale en_US.UTF-8
For feedback, ping me on Mastodon @tuck@fosstodon.org .