adapting jenkinsfile

master
rforstner 2022-01-26 17:50:11 +01:00
parent 1f618392b7
commit 0c3ba5be13
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ source ~/.bashrc
pip3 install --user virtualenv pip3 install --user virtualenv
# Step 5. Create a virtual environment for the installed Python and activate it # Step 5. Create a virtual environment for the installed Python and activate it
mkdir ~/pythons #mkdir ~/pythons
cd ~/pythons #cd ~/pythons
virtualenv -p ~/.pyenv/versions/3.7.4/bin/python3.7 python3.7.4 virtualenv -p ~/.pyenv/versions/3.7.4/bin/python3.7 python3.7.4
source ./python3.7.4/bin/activate source ./python3.7.4/bin/activate