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

posted @ 2018-04-26 14:57  功名未立  阅读(163)  评论(0编辑  收藏  举报