From 5d3367b482de3ca6c5cb579e2e2a13cb6b1512c4 Mon Sep 17 00:00:00 2001 From: rforstner Date: Wed, 26 Jan 2022 17:48:01 +0100 Subject: [PATCH] adapting jenkinsfile --- installpyenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installpyenv.sh b/installpyenv.sh index 52c5e81..41cdb13 100644 --- a/installpyenv.sh +++ b/installpyenv.sh @@ -19,7 +19,7 @@ source ~/.bashrc # Step 4. Install virtualenv #sudo zypper install -y python3-virtualenv -#pip3 install virtualenv +pip3 install virtualenv # Step 5. Create a virtual environment for the installed Python and activate it mkdir ~/pythons