From 1f618392b7773a34a7fe78eef8532dea6effacf9 Mon Sep 17 00:00:00 2001 From: rforstner Date: Wed, 26 Jan 2022 17:49:15 +0100 Subject: [PATCH] adapting jenkinsfile --- installpyenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installpyenv.sh b/installpyenv.sh index 41cdb13..6189766 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 --user virtualenv # Step 5. Create a virtual environment for the installed Python and activate it mkdir ~/pythons