kpi-extension functionality
parent
46a70041ce
commit
cfc29440a7
|
|
@ -100,11 +100,12 @@ pipeline {
|
||||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
|
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
|
||||||
sudo update-alternatives --config python && \
|
sudo update-alternatives --config python && \
|
||||||
python --version
|
python --version
|
||||||
python -m pip install pip --upgrade
|
python -m pip install pip
|
||||||
sudo apt-get install python3-venv
|
sudo apt-get install python3-venv
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip3 --version
|
pip3 --version
|
||||||
|
pip --version
|
||||||
ls -la venv/bin
|
ls -la venv/bin
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue