Hi, 2012/3/17 Vincent Bain <[email protected]>: > g.gisenv GRASS_ADDON_PATH > > should return addons directory path. If not, just type : > > g.gisenv set="GRASS_ADDON_PATH=/path/to/your/addons"
it will not work GRASS_ADDON_PATH is environmental variable which needs to be defined before GRASS starts. In GRASS 6.4.3+ it's possible to use GRASS variable called ADDON_PATH 1) g.gisenv set=ADDON_PATH=$HOME/addons 2) restart GRASS 3) env | grep GRASS_ADD GRASS_ADDON_PATH=/home/martin/addons Martin -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
