From 0c3ba5be138180f84edade21005bce01d41b4558 Mon Sep 17 00:00:00 2001 From: rforstner Date: Wed, 26 Jan 2022 17:50:11 +0100 Subject: [PATCH] adapting jenkinsfile --- installpyenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installpyenv.sh b/installpyenv.sh index 6189766..127152e 100644 --- a/installpyenv.sh +++ b/installpyenv.sh @@ -22,7 +22,7 @@ source ~/.bashrc pip3 install --user virtualenv # Step 5. Create a virtual environment for the installed Python and activate it -mkdir ~/pythons -cd ~/pythons +#mkdir ~/pythons +#cd ~/pythons virtualenv -p ~/.pyenv/versions/3.7.4/bin/python3.7 python3.7.4 source ./python3.7.4/bin/activate \ No newline at end of file