python安装pip

安装pip:
wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
python get-pip.py

安装easy_install
wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py
python ez_setup.py

原文地址:https://www.cnblogs.com/zhangmy/p/8952423.html