Jenkinsfile edited online with Bitbucket
Adding distutils reference during python installationweekly
parent
be24c40b5b
commit
4b971989a6
|
|
@ -87,6 +87,7 @@ pipeline {
|
|||
sh """
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa -y && \
|
||||
sudo apt install python3.8 -y && \
|
||||
sudo apt install python3.8-distutils -y && \
|
||||
python3.8 --version
|
||||
curl https://bootstrap.pypa.io/get-pip.py | python3.8
|
||||
python3.8 -m pip --version
|
||||
|
|
|
|||
Loading…
Reference in New Issue