博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python安装easy_intall和pip
阅读量:5241 次
发布时间:2019-06-14

本文共 1870 字,大约阅读时间需要 6 分钟。

环境说明

系统版本:win10 64

python版本:2.7.14

 

安装步骤

1、安装easy_intall

下载https://pypi.python.org/pypi/ez_setup,解压缩后用管理员打开cmd窗口,切换到easy_install的目录,然后通过python ez_setup.py进行安装

Microsoft Windows [版本 10.0.15063](c) 2017 Microsoft Corporation。保留所有权利。C:\WINDOWS\system32>cd C:\Users\xiaohu\Downloads\ez_setup-0.9\ez_setup-0.9C:\Users\xiaohu\Downloads\ez_setup-0.9\ez_setup-0.9>python ez_setup.pyExtracting in c:\users\xiaohu\appdata\local\temp\tmprciqrwNow working in c:\users\xiaohu\appdata\local\temp\tmprciqrw\distribute-0.6.14Installing DistributeBefore install bootstrap.Scanning installed packages..........Installed c:\program files\python27\lib\site-packages\distribute-0.6.14-py2.7.eggProcessing dependencies for distribute==0.6.14Finished processing dependencies for distribute==0.6.14After install bootstrap.Creating C:\Program Files\Python27\Lib\site-packages\setuptools-0.6c11-py2.7.egg-infoCreating C:\Program Files\Python27\Lib\site-packages\setuptools.pth

 

2、安装pip

下载,选择tar.gz的包,解压后用管理员打开cmd窗口,切换到pip的目录,然后通过python setup.py install进行安装

C:\Users\xiaohu\Downloads\ez_setup-0.9\ez_setup-0.9>cd C:\Users\xiaohu\Downloads\pip-9.0.1\pip-9.0.1C:\Users\xiaohu\Downloads\pip-9.0.1\pip-9.0.1>python setup.py installC:\Program Files\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'python_requires'  warnings.warn(msg)running installinstall_dir C:\Program Files\Python27\Lib\site-packages\.......Installing pip2.exe script to C:\Program Files\Python27\ScriptsInstalled c:\program files\python27\lib\site-packages\pip-9.0.1-py2.7.eggProcessing dependencies for pip==9.0.1Finished processing dependencies for pip==9.0.1

 

3、测试

C:\Users\xiaohu\Downloads\pip-9.0.1\pip-9.0.1>pip -Vpip 9.0.1 from C:\Program Files\Python27\lib\site-packages\pip-9.0.1-py2.7.egg (python 2.7)

 

备注:使用cmd的时候一定要用管理员方式打开,否则会报错,导致安装失败。

 

转载于:https://www.cnblogs.com/cangyuefeng/p/8301795.html

你可能感兴趣的文章
110104_LC-Display(液晶显示屏)
查看>>
httpd_Vhosts文件的配置
查看>>
php学习笔记
查看>>
普通求素数和线性筛素数
查看>>
React Router 4.0 基本使用
查看>>
PHP截取中英文混合字符
查看>>
【洛谷P1816 忠诚】线段树
查看>>
电子眼抓拍大解密
查看>>
poj 1331 Multiply
查看>>
严重: 文档无效: 找不到语法。 at (null:2:19)
查看>>
tomcat7的数据库连接池tomcatjdbc的25个优势
查看>>
Html 小插件5 百度搜索代码2
查看>>
nodejs-Path模块
查看>>
P1107 最大整数
查看>>
监控CPU和内存的使用
查看>>
Ubuntu14.04设置开机自启动程序
查看>>
多进程与多线程的区别
查看>>
Ubuntu(虚拟机)下安装Qt5.5.1
查看>>
java.io.IOException: read failed, socket might closed or timeout, read ret: -1
查看>>
个人寒假作业项目《印象笔记》第一天
查看>>