setuptools-36.7.1

[root@ ]# wget https://files.pythonhosted.org/packages/a9/23/720c7558ba6ad3e0f5ad01e0d6ea2288b486da32f053c73e259f7c392042/setuptools-36.0.1.zip 
[root@ ]# unzip setuptools-36.7.1.zip 
[root@ ]# cd setuptools-36.7.1
[root@ setuptools-36.7.1]# python setup.py install 

pip-9.0.x

[root@ ]# curl -O https://pypi.python.org/packages/source/p/pip/pip-9.0.1.tar.gz
[root@ ]# [root@ ]# tar xf pip-9.0.1.tar.gz 
[root@ ]# cd pip-9.0.1
[root@ pip-9.0.1]# python setup.py install

相关文章:

  • 2022-12-23
  • 2021-10-19
  • 2022-02-18
  • 2021-06-20
  • 2021-08-04
猜你喜欢
  • 2021-04-21
  • 2022-12-23
  • 2021-07-21
  • 2021-05-21
  • 2021-06-06
相关资源
相似解决方案