现在的位置: 首页 > 综合 > 正文

python 安装easy_install和pip

2018年03月22日 ⁄ 综合 ⁄ 共 217字 ⁄ 字号 评论关闭

easy_install和pip都是用来下载安装Python一个公共资源库PyPI的相关资源包的

首先安装easy_install

下载地址:https://pypi.python.org/pypi/ez_setup

解压,安装.

python ez_setup.py

 

安装好easy_install 之后 再安装pip

下载地址:https://pypi.python.org/pypi/pip

解压,安装.

python setup.py install

抱歉!评论已关闭.