[GRASS-user] g.gisenv
Hamish
hamish_nospam at yahoo.com
Sun Oct 8 20:04:14 EDT 2006
Martin Landa wrote:
> I am not able to set variables using g.gisenv, I wonder why - a simple
> example
>
> g.gisenv set=GRASS_WIDTH=800
> g.gisenv get=GRASS_WIDTH
> 800
>
> -> GRASS monitor has a default size.
>
> The same result with DEBUG/GRASS_DEBUG/GRASS_VERBOSE, etc. Do you have
> any idea...?
These are shell environment variables, not GRASS gisenv variables.
add these to ~/.grass.bashrc :
export GRASS_WIDTH=800
export GRASS_HEIGHT=600
see:
http://grass.ibiblio.org/grass63/manuals/html63_user/variables.html
Hamish
More information about the grass-user
mailing list