kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
410ed0abbe
commit
83a958e33f
3
run.sh
3
run.sh
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
RUNPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
echo $RUNPATH
|
||||
export PYTHONPATH=$RUNPATH/SuperBuild/install/lib/python2.7/dist-packages:$RUNPATH/SuperBuild/src/opensfm:$PYTHONPATH
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RUNPATH/SuperBuild/install/lib
|
||||
python $RUNPATH/run.py "$@"
|
||||
|
|
Ładowanie…
Reference in New Issue