Tag Archives: max

How to get rid of Raspberry PI SSH warning: Setting locale failed

As I am using Mac OS, I get error messages when using the build-in shell of OSx (perl: warning: Setting locale failed). In order to get rid of these messages I amended .bashrc

sudo nano .bashrc

and included the following command:

export LC_ALL=C

ctrl-x, Y and enter to save

sudo reboot

That’s it!

Screen Shot 2013-12-21 at 16.09.50