From ff34d1a59b3d36b12ed7fbeee7418db411985e32 Mon Sep 17 00:00:00 2001 From: rforstner Date: Wed, 26 Jan 2022 18:08:26 +0100 Subject: [PATCH] adapting jenkinsfile --- updatepython.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/updatepython.sh b/updatepython.sh index 1e7fc7c..9c72b58 100644 --- a/updatepython.sh +++ b/updatepython.sh @@ -2,9 +2,9 @@ # Step 1. Install pyenv -sudo zipper refresh -sudo zipper update -y -sudo zipper install -y python38 +sudo zypper refresh +sudo zypper update -y +sudo zypper install -y python38 #sudo zypper install -y readline-devel sqlite3-devel libbz2-devel zlib-devel libopenssl-devel libffi-devel gcc make #cd /tmp #wget https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tgz