[GRASS5] setting grass_addon_path

Hallo,
I would like to have the /home/jachym/bin/grass/ direcotry in GRASS-PATH.

I added line

    export PATH=/home/jachym/bin/grass/:$PATH

into ~/.grass.bashrc

nothing happend

I set gisenv GRASS_ADDON_PATH

    g.gisenv set=GRASS_ADDON_PATH=~/bin/grass/

nothing happend

How to do this?

The search form for GRASS 6.0 manpages on http://grass.itc.it/gdp/manuals.php
doesn't work properly, becaouse it has "restrict=html57_user" and not
"restrict=html60_user" (example:
http://grass.itc.it/cgi-bin/htsearch?config=htdig&restrict=html57_user&exclude=&method=and&format=long&sort=score&words=path
)

Jachym
--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://www.fle.czu.cz/~jachym/gnupg_public_key/

The search form for GRASS 6.0 manpages on
http://grass.itc.it/gdp/manuals.php
doesn't work properly, becaouse it has "restrict=html57_user" and not
"restrict=html60_user"

fixed.

Hamish

On Thu, Mar 03, 2005 at 02:33:36PM +0100, Jachym Cepicky wrote:

Hallo,
I would like to have the /home/jachym/bin/grass/ direcotry in GRASS-PATH.

I added line

    export PATH=/home/jachym/bin/grass/:$PATH

into ~/.grass.bashrc

nothing happend

I set gisenv GRASS_ADDON_PATH

    g.gisenv set=GRASS_ADDON_PATH=~/bin/grass/

nothing happend

How to do this?

Like this:

export GRASS_ADDON_PATH=$HOME/bin/grass/
grass60

You have to set it *outside* of GRASS, then start GRASS.

Markus