diff --git a/installer/install.sh.in b/installer/install.sh.in index 0f7de8a29c..2cbe909c6a 100755 --- a/installer/install.sh.in +++ b/installer/install.sh.in @@ -30,10 +30,11 @@ done if [ -z "$PYTHON" ]; then echo "A suitable Python interpreter could not be found" echo "Please install Python $MINIMUM_PYTHON_VERSION or higher (maximum $MAXIMUM_PYTHON_VERSION) before running this script. See instructions at $INSTRUCTIONS for help." - echo "For the best user experience we suggest enlarging or maximizing this window now." read -p "Press any key to exit" exit -1 fi +echo "For the best user experience we suggest enlarging or maximizing this window now." + exec $PYTHON ./lib/main.py ${@} read -p "Press any key to exit"