Home > other >  A particular version Python install a particular version PIP
A particular version Python install a particular version PIP

Time:11-02

Python2 installation PIP
The curl - o get - PIP. Py 'https://bootstrap.pypa.io/get-pip.py'
Sudo python2 get - PIP. Py
Python3 installation PIP
The curl - o get - PIP. Py 'https://bootstrap.pypa.io/get-pip.py'
Sudo python3 get - PIP. Py
  • Related