标签:
[root@localhost ~]# python ~/d/tools/get-pip.py
Collecting pip
Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB)
100% |████████████████████████████████| 1.2MB 11kB/s
Collecting setuptools
Downloading setuptools-25.1.6-py2.py3-none-any.whl (442kB)
100% |████████████████████████████████| 450kB 5.2kB/s
Collecting wheel
Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)
100% |████████████████████████████████| 71kB 5.7kB/s
Installing collected packages: pip, setuptools, wheel
Successfully installed pip-8.1.2 setuptools-25.1.6 wheel-0.29.0
[root@localhost ~]# #https://bootstrap.pypa.io/get-pip.py
标签:
原文地址:http://www.cnblogs.com/itzxy/p/5746695.html