adapting jenkinsfile
parent
1f618392b7
commit
0c3ba5be13
|
|
@ -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
|
||||
Loading…
Reference in New Issue