安装 easy_install

1.在https://pypi.python.org/pypi/setuptools上下载
setuptools-0.6c11-py2.7.egg

2.执行sh setuptools-0.6c11-py2.7.egg

 

安装pip

wget http://python-distribute.org/distribute_setup.py
python distribute_setup.py
wget https://github.com/pypa/pip/raw/master/contrib/get-pip.py
python get-pip.py

相关文章:

  • 2021-11-19
  • 2021-12-15
  • 2021-10-05
  • 2021-05-25
  • 2021-09-14
  • 2021-04-13
  • 2021-07-02
猜你喜欢
  • 2021-07-29
  • 2021-07-03
  • 2021-05-21
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
相关资源
相似解决方案