欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

python 安装easy_install和pip

程序员文章站 2024-01-28 10:09:04
...

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

上一篇: ORA-01461错误解决

下一篇: thinkphp3.2