From add982329c7ac62378e07f71cf04d43b721e89fd Mon Sep 17 00:00:00 2001 From: Reiner Jung <reiner.jung@email.uni-kiel.de> Date: Fri, 19 Aug 2022 19:32:23 +0200 Subject: [PATCH] Updated python setup. --- frameworks/Kieker/python/config.rc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frameworks/Kieker/python/config.rc b/frameworks/Kieker/python/config.rc index acd8968..aa290a4 100644 --- a/frameworks/Kieker/python/config.rc +++ b/frameworks/Kieker/python/config.rc @@ -2,10 +2,6 @@ PYTHON=`which python3` -if [ ! -f $PYTHON ] ; then - PYTHON=`which python` -fi - PIP=`which pip` GIT=`which git` -- GitLab