Skip to content
Snippets Groups Projects
Commit 2a9713a0 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: uset LD_LIBRARY_PATH in otbenv.prfofile

parent 434c960a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cd `dirname $0`
DIRNAME_0=$(dirname "$0")
cd "$DIRNAME_0"
CURRENT_DIR=`pwd`
CURRENT_DIR=$(pwd)
unset LD_LIBRARY_PATH
PATH=$PATH:$CURRENT_DIR/bin
GDAL_DATA=$CURRENT_DIR/share/gdal
......@@ -11,3 +14,4 @@ GEOTIFF_CSV=$CURRENT_DIR/share/epsg_csv
export PATH
export GDAL_DATA
export GEOTIFF_CSV
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment