I'm using ubuntu, I installed grass from the synaptic. So the script to
start grass is in /usr/bin then the file name is grass64 (/usr/bin/grass64)
and the scripts are in /usr/lib/grass64 then inside grass64 folder you get
other folder like scripts and so on. That is why in my script I wrote:

# start GRASS
GISBASE=/usr/bin/grass64

# path to the scripts
GISBASELIB=/usr/lib/grass64

But I tried to export the PATH you gave me, still giving me an error of
r.in.gdal not found

On Thu, Jun 24, 2010 at 9:16 AM, Markus Metz <
[email protected]> wrote:

> Sandile Gumede wrote:
> >
> > [snip]
> >
> >
> > # first our GRASS, then the rest
> > export PATH=$GISBASE:$GISBASELIB/scripts:$PATH
>
> Try
> export PATH="$GISBASE/bin:$GISBASE/scripts:$PATH"
>
> See also etc/init.sh for inspiration
>
> Markus M
>



-- 
Kind Regards
TS Gumede
CSIR, Meraka Institute
072 258 1650
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to