diff options
Diffstat (limited to 'pcr/grass/grass.sh')
-rw-r--r-- | pcr/grass/grass.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pcr/grass/grass.sh b/pcr/grass/grass.sh new file mode 100644 index 000000000..e36980c16 --- /dev/null +++ b/pcr/grass/grass.sh @@ -0,0 +1,4 @@ +export GISBASE=/opt/grass +export PATH=$PATH:$GISBASE/bin:$GISBASE/scripts +export MANPATH=$MANPATH:$GISBASE/man +export GRASS_PYTHON=python2 |