From 2dbf1830dc441acefd573c83c679c3819fb7a0a8 Mon Sep 17 00:00:00 2001
From: Reiner Jung <reiner.jung@email.uni-kiel.de>
Date: Fri, 19 Aug 2022 19:28:44 +0200
Subject: [PATCH] More updates for python.

---
 frameworks/Kieker/python/config.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/Kieker/python/config.rc b/frameworks/Kieker/python/config.rc
index 6563b86..acd8968 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`
-- 
GitLab