3 PYTHON
=$
(which python3
2>/dev
/null
)
5 if [ ! -f ${PYTHON} ]; then
9 if [ "$1" = "--gdb" ]; then
10 PYTHON
="gdb --args $PYTHON"
13 INSTALL_PREFIX
="X-PREFIX-X"
14 export PATH
="$INSTALL_PREFIX"/lib
/carla
:$PATH
15 exec $PYTHON "$INSTALL_PREFIX"/share
/carla
/carla-jack-single
--with-appname="$0" --with-libprefix="$INSTALL_PREFIX" "$@"