I am getting the 'unsupported locale setting' error as referenced here (on Ubuntu 13.10). However, following Martijn suggestion only fixes the problem temporarily. Opening a new bash reverts to the 'unsupported locale' problem. Any ideas how I can fix this permanently?
Asked
Active
Viewed 1,335 times
1 Answers
0
If you are on an Ubuntu desktop, use System Settings -> Language Support.
Otherwise you may want to study a general guide on setting environment variables persistently in Ubuntu.

Gunnar Hjalmarsson
- 33,540
- 3
- 64
- 94
/etc/default/locale
the lineLANG=en_US.UTF-8
(without theexport
). SettingLC_ALL
persistently like that is usually not a good idea. – Gunnar Hjalmarsson Feb 19 '14 at 18:18