LC_ALL=(unset) error
Symptom:
# can't set the locale; make sure $LC_* and $LANG are correct
Solution:
Edit /etc/environment, add your preferred locale and reboot
LC_ALL="en_US.utf8"
Symptom:
# can't set the locale; make sure $LC_* and $LANG are correct
Solution:
Edit /etc/environment, add your preferred locale and reboot
LC_ALL="en_US.utf8"