First
install python2
sudo apt install python2Check the... Available on the system Python edition :
ls /usr/bin/python* See if... Is configured Python Alternative version scheme , The order is as follows :
sudo update-alternatives --list pythonSet up python Alternate version
ad locum , I will set up two Python replace :Python2 and Python3 edition .
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 2Confirm that both alternatives can be used , The order is as follows :
sudo update-alternatives --list python
Next select the optional Python edition .
sudo update-alternatives --config pythonEnter your selection , For example, choose 1 To determine the installation python2 edition .

Last , Check your python edition
python -V

Second: python+pytest+jenkins+gitee+allure is implemented using git drop-down code and local code (based on Windows)
One . Plugin Download 1. Direc
Using Python data analysis -- numpy Foundation: array and vector calculation
List of articles 0 Write it at