[GRASS-user] d.split.frame

Salutations from Freiburg to all :wink:

@Hamish & company:

How do I "integrate" the d.frame.split script in grass63.1.svn, so I
don't need to call it from within its directory?

Thank you,

Nikos

On Tue, 2008-05-27 at 02:27 +0200, Nikos Alexandris wrote:

Salutations from Freiburg to all :wink:

@Hamish & company:

How do I "integrate" the d.frame.split script in grass63.1.svn, so I
don't need to call it from within its directory?

Copy then in the scripts directory of GRASS!

e.g.:

nik@vertical:/usr/local/grass-6.3.1svn/scripts$
cp /usr/local/src/grass-addons/display/d.frame.split/d.frame.*[rt] .

.

Sorry, that was an easy one.

Salutations from Freiburg to all :wink:

Greetings from sunny Dunedin,

How do I "integrate" the d.frame.split script in grass63.1.svn,
so I don't need to call it from within its directory?

put addons scripts in a dir someplace, then before you start GRASS set the GRASS_ADDON_PATH environment variable.

e.g. put this in ~/.bashrc:
export GRASS_ADDON_PATH=/home/you/grass/addons

Hamish

Nikos:

> How do I "integrate" the d.frame.split script in grass63.1.svn, so I
> don't need to call it from within its directory?

Copy then in the scripts directory of GRASS!

e.g.:

nik@vertical:/usr/local/grass-6.3.1svn/scripts$
cp /usr/local/src/grass-addons/display/d.frame.split/d.frame.*[rt] .

that works, but you'll have to do it again each time you install a new version of GRASS. the GRASS_ADDON_PATH method is immune to that.

Hamish