脚本之家,脚本语言编程技术及教程分享平台!
分类导航

Python|VBS|Ruby|Lua|perl|VBA|Golang|PowerShell|Erlang|autoit|Dos|bat|

服务器之家 - 脚本之家 - Python - Python中安装easy_install的方法

Python中安装easy_install的方法

2021-04-20 00:36TigerCatcher Python

这篇文章主要介绍了Python中安装easy_install的方法,需要的朋友可以参考下

easy_install是一个python的扩展包,主要是用来简化python安装第三方安装包,在安装了easy_install之后,安装python第三方安装包就只需要在命令行中输入:easy_install packagename,然后程序会自动搜索相应版本的安装包并配置各种文件,免去了手工下载安装的复杂度。

1、首先要先用百度搜索easy_install,找到其下载页面

Python中安装easy_install的方法

2、在这个页面中,找到ez_setup.py这个链接

Python中安装easy_install的方法

3、下载这个文件到本地

Python中安装easy_install的方法

4、在命令行中运行ez_setup.py

Python中安装easy_install的方法

5、然后就会在python的安装目录中生成scripts目录,其中有easy_install.exe

Python中安装easy_install的方法

6、设置环境变量

Python中安装easy_install的方法

Python中安装easy_install的方法

7、最后可以在命令行运行easy_install了

Python中安装easy_install的方法

延伸 · 阅读

精彩推荐