Skip to content

Commit eedb0f1

Browse files
committed
adding ciop module path
1 parent b1b93e1 commit eedb0f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ini.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ Extlib=$HOME/wp07-lulc/extlib
1717
Landsat_download=$HOME/LANDSAT-Download
1818
Starspan=/usr/local/starspan/bin/
1919
basepath=/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:
20+
ciop=/usr/lib/ciop/python/
2021

2122
# define environment variables
2223
export GRASS_BATCH_JOB=$HOME/wp07-lulc/main.sh
2324
export Landsat_download=$Landsat_download
2425
export PATH=$basepath:$Lib:$Extlib:$Landsat_download:$Starspan:$Landsat_LDOPE
25-
export PYTHONPATH=$Lib
26+
export PYTHONPATH=$Lib:$ciop
2627
export LD_LIBRARY_PATH=/usr/local/lib/otb
2728
export GDAL_DATA=/application/gdal
2829

0 commit comments

Comments
 (0)