Skip to content

Commit

Permalink
update ion startup
Browse files Browse the repository at this point in the history
Provides a shebang for ion run
Remove alicevision_root which is not usefull anymore
  • Loading branch information
servantftechnicolor authored Nov 4, 2022
1 parent aa5e856 commit 4f816ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ion_start_meshroom.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

PATH_QML=${ION_CONTAINER_ROOT}/base/qml/QtQuick
PATH_QML_TRUE=`readlink -f $PATH_QML`/../
Expand All @@ -6,6 +7,5 @@ PATH_PLUGIN_TRUE=`readlink -f $PATH_PLUGIN`/../

export QML2_IMPORT_PATH=$PATH_QML_TRUE:$QML2_IMPORT_PATH
export QT_PLUGIN_PATH=$PATH_PLUGIN_TRUE:$QT_PLUGIN_PATH
export ALICEVISION_ROOT=${ION_CONTAINER_ROOT}/base

python ${ION_CONTAINER_ROOT}/base/meshroom/meshroom/ui

0 comments on commit 4f816ee

Please sign in to comment.