kpi-extension functionality
parent
a9da591926
commit
46a70041ce
|
|
@ -96,9 +96,9 @@ pipeline {
|
|||
// cat ~/.bashrc
|
||||
sh """
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa -y && \
|
||||
sudo apt install python3.8 -y
|
||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1
|
||||
sudo update-alternatives --config python
|
||||
sudo apt install python3.8 -y && \
|
||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
|
||||
sudo update-alternatives --config python && \
|
||||
python --version
|
||||
python -m pip install pip --upgrade
|
||||
sudo apt-get install python3-venv
|
||||
|
|
|
|||
Loading…
Reference in New Issue