diff --git a/frameworks/Kieker/python/config.rc b/frameworks/Kieker/python/config.rc index 6563b8661d9f53c267103e9d8b068bd10f081d2f..acd8968aec9009a5bba4ba404438b7d3012e369e 100644 --- a/frameworks/Kieker/python/config.rc +++ b/frameworks/Kieker/python/config.rc @@ -3,7 +3,7 @@ PYTHON=`which python3` if [ ! -f $PYTHON ] ; then - PYTHON="/usr/bin/python3.9" + PYTHON=`which python` fi PIP=`which pip`