From 46a70041ceba84ddec5bc150e33ad0e781b75528 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Fri, 16 Jun 2023 09:09:26 +0200 Subject: [PATCH] kpi-extension functionality --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 20e6984..2693ae2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,9 +96,9 @@ pipeline { // cat ~/.bashrc sh """ sudo add-apt-repository ppa:deadsnakes/ppa -y && \ - sudo apt install python3.8 -y - sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 - sudo update-alternatives --config python + sudo apt install python3.8 -y && \ + sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \ + sudo update-alternatives --config python && \ python --version python -m pip install pip --upgrade sudo apt-get install python3-venv