[GRASS-user] forcing english wx GUI
Markus Neteler
neteler at osgeo.org
Tue Jul 13 18:46:55 EDT 2010
On Tue, Jul 13, 2010 at 10:17 PM, Jaime Carrera
<jaicarrerahdez at yahoo.com> wrote:
>
> Hi list:
>
> I'm trying to start the wxpython GUI on GRASS 6.4 (self-compiled) on Snow Leopard. I get the following error: " Connot set locale to 'es_AR' ".
Please post
echo $LANGUAGE
> Is there a way to make the GUI start in english?
This should work:
export LANG=en_US
export LANGUAGE=en_US
export LC_MESSAGES=en_US
grass64 -wx
Markus
More information about the grass-user
mailing list