Opened 4 years ago

Closed 4 years ago

Last modified 2 years ago

#3997 closed enhancement (worksforme)

variables.html: mention not to expect --exec g.gisenv to work

Reported by: jidanni Owned by: grass-dev@…
Priority: trivial Milestone:
Component: Docs Version: git-releasebranch78
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

variables.html says

Use g.gisenv within GRASS. This permanently predefines GRASS variables
in the $HOME/.grass7/rc file.

Yes, "within". However it should mention that that won't work with --exec.

Mention with --exec a temporary $GISRC is used:

$ grass /.../TC46 --exec env
GISRC=/tmp/grass7-jidanni-12382/gisrc

Change History (4)

in reply to:  description comment:1 by mmetz, 4 years ago

Resolution: worksforme
Status: newclosed

Replying to jidanni:

variables.html says

Use g.gisenv within GRASS. This permanently predefines GRASS variables
in the $HOME/.grass7/rc file.

... after the current GRASS session is closed. Note that within a GRASS session, a temporary copy of this rc file is used.

Yes, "within". However it should mention that that won't work with --exec.

Mention with --exec a temporary $GISRC is used:

$ grass /.../TC46 --exec env
GISRC=/tmp/grass7-jidanni-12382/gisrc

Works for me: after closing the GRASS session, or after grass --exec the $HOME/.grass7/rc file is updated accordingly.

comment:2 by jidanni, 4 years ago

OK I see somebody has now noted this in https://github.com/OSGeo/grass/blob/master/lib/init/variables.html

I now made https://github.com/OSGeo/grass/pull/232 to mention it also in g.gisenv.

However in both files, we are now mentioning "after the current GRASS session is closed", but users also wonder "what about the current session?"

comment:4 by neteler, 2 years ago

Last edited 2 years ago by neteler (previous) (diff)
Note: See TracTickets for help on using tickets.