[GRASS-user] grass 6.4 rc5 and python scripting

Martin wrote:

to launch wxGUI interface you need to copy teste.py to
$GISBASE/scripts. Anyway CLI works in every case

./teste.py --help

cleaner & survives GRASS version upgrade:
  (or only way if on multi-user machine without write access to $GISBASE)

copy script into the path given by the GRASS_ADDON_PATH enviro variable.
(set before starting GRASS, e.g. in .profile or .bashrc)
this path is automatically added to the system PATH when grass starts.

Hamish