File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/plugins/processing/algs/otb/maintenance Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ Set OTB environment
99--------------------
1010
1111export PYTHONPATH=/path/to/OTB/install/lib/otb/python/:$PYTHONPATH
12- # Environment variable for old OTB versions
12+ # Environment variable for old OTB versions (< 5.2)
1313export ITK_AUTOLOAD_PATH=/path/to/OTB/install/lib/otb/applications/
14- # Environment variable for new OTB versions
14+ # Environment variable for new OTB versions (>= 5.2)
1515export OTB_APPLICATION_PATH=/path/to/OTB/install/lib/otb/applications/
1616# Set LD_LIBRARY_PATH
1717export LD_LIBRARY_PATH=/path/to/OTB/install/lib/:$LD_LIBRARY_PATH
1818
1919Set QGIS environment
2020---------------------
2121export QGIS_PREFIX_PATH=/path/to/QGIS/install
22- export PYTHONPATH=:/usr/ share/qgis/python/plugins:~/.qgis3 /python/plugins:$PYTHONPATH
22+ export PYTHONPATH=$QGIS_PREFIX_PATH/ share/qgis/python:$QGIS_PREFIX_PATH/share/qgis /python/plugins:$PYTHONPATH
2323# Set LD_LIBRARY_PATH
2424export LD_LIBRARY_PATH=$QGIS_PREFIX_PATH/lib/:$LD_LIBRARY_PATH
2525# Add maintenance folder to python path
You can’t perform that action at this time.
0 commit comments