Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Findout which one is the latest python ( 2.7 or 3.5 )

https://www.python.org/downloads/

If 2.7.25 >>>  https://www.python.org/ftp/python/2.7.15/                ( Python-2.7.15.tar.xz )


Latest python on Centos 7:   https://tecadmin.net/install-python-2-7-on-centos-rhel/



https://danieleriksson.net/2017/02/08/how-to-install-latest-python-on-centos/



On Centos 7:

sudo yum -y install python

sudo pip install --upgrade pip

-pip



pip check

pip install --upgrade setuptools   #sometime need to be updated!!!

or

pip3 :

wget https://bootstrap.pypa.io/get-pip.py
sudo python3.6 get-pip.py

Juniper: junos-eznc

sudo -H pip install git+https://github.com/Juniper/py-junos-eznc.git

  • No labels