E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ez_setup.py
python easy_install离线安装方式
http://blog.csdn.net/turkeyzhou/article/details/88808871.下载
ez_setup.py
。
Alps
·
2013-11-20 19:20
python
Scrapy安装步骤及错误汇总:scrapy OpenSSL error: command ‘gcc’ failed with exit status 1
安装easy_install:wget-qhttp://peak.telecommunity.com/dist/
ez_setup.py
; pythonez_setup.py安装libxml和openssl
iloveyin
·
2013-10-30 11:00
setuptools的使用
2.安装setuptools我们使用
ez_setup.py
来安装,这是setupt
chenjintaoxp
·
2013-10-14 22:00
python
easy_install
setuptools
Flask安装
安装方法有两种:1.wgethttp://peak.telecommunity.com/dist/
ez_setup.py
然后pythonez_setup.py2.
品酒
·
2013-09-22 09:54
java
python
管理工具
Python模块安装与setup.py解析
Python模块安装1.单文件模块直接把文件拷贝到$python_dir/lib2.多文件模块,带setup.pypythonsetup.pyinstall3.egg文件1)下载
ez_setup.py
,
rootsongjc
·
2013-09-04 14:00
setuptools安装
下载地址: http://peak.telecommunity.com/dist/
ez_setup.py
2. python
ez_setup.py
MaxOmnis
·
2013-08-12 11:00
tools
windows下安装setuptools的方法
郁闷了偶,好大一会..不过还好装上了..在python的网站上: https://pypi.python.org/pypi/setuptools/0.9.8查找windows,显不如下:点击
ez_setup.py
robertkun
·
2013-08-04 22:00
windows
python
setuptools
windows安装django使用mysql数据库
安装完成后添加环境变量PATH:D:\Python27;D:\Python27\Scripts;2、下载:https://bitbucket.org/pypa/setuptools/raw/bootstrap/
ez_setup.py
活的自由
·
2013-08-04 21:00
记录一下python easy_install和pip安装地址和方法
安装easy_install wget http://peak.telecommunity.com/dist/
ez_setup.py
python
ez_setup.py
安装
heipark
·
2013-07-31 21:00
easy_install
dojo文档工具rstwiki windows环境部署及使用
2.安装
ez_setup.py
,下载后,把文件置于python的安装目录下,双击运行即
jk1420
·
2013-07-22 22:00
rst文档
dojo离线api
dojo离线文档
sqlalchemy的安装及学习使用
安装的代码是:wgethttp://peak.telecommunity.com/dist/
ez_setup.py
pythonez_setup.py sudoeasy_installsqlalchemy
xluren
·
2013-06-25 15:00
python
使用Python编写免安装运行时、以Windows后台服务形式运行的WEB服务器
python2.7安装SetupTools在https://pypi.python.org/pypi/setuptools获取安装脚本的链接http://peak.telecommunity.com/dist/
ez_setup.py
mickelfeng
·
2013-06-14 15:00
Windows 下 Python easy_install 的安装
注意:win764位必须使用
ez_setup.py
进行安装。方法是下载
ez_setup.py
后,在cmd下执行pythonez_setup.py,即可自动安装setup
NeoYoung
·
2013-05-05 14:00
离线安装setuptools
下载
ez_setup.py
。Linux下可使用此命令:wget-q http://peak.telecommunity.com/dist/
ez_setup.py
。2.
turkeyzhou
·
2013-05-03 16:00
Python模块安装
Python模块安装一、单文件模块直接把文件拷贝到$python_dir/Lib二、多文件模块,带setup.pypythonsetup.pyinstall三、egg文件1)下载
ez_setup.py
,
MtrS
·
2013-04-25 19:00
[Python]easy_install使用小技巧
如果想使用easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用
ez_setup.py
脚本:wget-qhttp://peak.telecommunity.com/dist
lzz957748332
·
2013-04-18 23:00
Install
python
easy
python安装软件 No module named setuptools
下载
ez_setup.py
。Linux下可使用此命令:wget-q http://peak.telecommunity.com/dist/ez_setup.
susan1992
·
2013-04-18 18:32
python
python环境搭建
安装easy_install win7 64位系统:下载文件 http://peak.telecommunity.com/dist/
ez_setup.py
py
michaelzqm
·
2013-04-04 10:00
python
如何制作python安装模块(setup.py)
单文件模块:直接把文件拷贝到$python_dir/lib2.多文件模块,带setup.py:pythonsetup.pyinstall 3.egg文件,类似Java的jar:1)下载
ez_setup.py
fwenzhou
·
2013-03-31 13:00
python
Python中的easy_install
如果想使用easy_install工具,可能需要先安装 setuptools , 不过更酷的方法是使用
ez_setup.py
脚本: wget -q http://peak.telecommunity.com
yuxianhua
·
2013-03-22 15:00
easy_install
python Flask 安装
第1步:确保本机已经安装有python,下载easy_install到本地某一目录,双击
ez_setup.py
,python将自动下载到python安装目录/Scripts下面,然后在系统环境变量的PATH
quanpower
·
2013-03-13 14:00
pexpect使用手记
//peak.telecommunity.com/dist/ez_setup.pypythonez_setup.py安装easy_install工具(这个脚本会自动去官网搜索下载并安装)python
ez_setup.py
5iqiong
·
2013-02-18 09:51
pexpect
linux下安装easy_install的方法
如果想使用easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用
ez_setup.py
脚本:复制代码代码如下:wget-qhttp://peak.telecommunity.com
·
2013-02-10 18:00
Python模块常用的几种安装方式
Python模块安装一、单文件模块直接把文件拷贝到$python_dir/Lib二、多文件模块,带setup.pypythonsetup.pyinstall三、egg文件1)下载
ez_setup.py
,
zhengzhe1937
·
2013-01-14 12:00
【转载】如何制作python安装模块(setup.py)
Python模块的安装方法:单文件模块:直接把文件拷贝到$PYTHON_DIR/lib多文件模块,且带有setup.py:只需执行pythonsetup.pyinstallegg文件:1)下载
ez_setup.py
摩云飞
·
2013-01-04 17:00
python
小记安装python的MySQLdb模块
#安装setuptools wgethttp://peak.telecommunity.com/dist/
ez_setup.py
#下面这句应该会死活动不了 pythonez_setup.py #Downloadinghttp
Orion
·
2012-11-23 14:00
python
mysqldb
setuptools
windows 下安装 python lxml
windows环境下安装lxmlpython1、首先保证你的python环境安装完善2、把http://peak.telecommunity.com/dist/
ez_setup.py
文件下载到电脑上3
zhaokuo719
·
2012-11-21 20:00
linux下python常用插件安装
ez_setup.py
下载:http://peak.telecommunity.com/dist/
ez_setup.py
;以便安装easy_install。
shellshine
·
2012-11-02 18:00
python-easy_install【安装其他模块】
如果想使用easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用
ez_setup.py
脚本: 【python的执行文件在】[
[email protected]
gexiaobaoHelloWorld
·
2012-10-18 17:00
python
image
脚本
perl
Ruby
工具
zipimport.ZipImportError: can’t decompress data; zlib not available
python的easy_install工具非常棒,安装和卸载组件非常方便,安装过程如下:wget-qhttp://peak.telecommunity.com/dist/
ez_setup.py
执行上面的命令把
zhoujianghai
·
2012-09-13 11:00
python
vim
工具
python安装easy_install工具以及使用其安装lxml
easy_install工具,可能需要先安装setuptools,可以到这里下载 http://pypi.python.org/pypi/setuptools windows下有exe安装包,也使用
ez_setup.py
Ccyl
·
2012-08-02 11:00
python
easy_installer
lxml
windows 64位安装easy_install步骤
easy_install的安装步骤如下: 下载
ez_setup.py
并运行。
phenix_chen
·
2012-06-27 18:00
easy_install
Python包管理工具easy_install安装
安装方法有两种:1.wget http://peak.telecommunity.com/dist/
ez_setup.py
然后pythonez_setup.py2.按照官网的安装方法,根据python
lpy123456
·
2012-06-13 09:00
Python中的easy_install安装小技巧
如果想使用easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用
ez_setup.py
脚本:wget-q http://peak.telecommunity.com/dist
lpy123456
·
2012-06-13 09:00
python自动安装工具easy_install的使用
如果想使用easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用
ez_setup.py
脚本:wget-qhttp://peak.telecommunity.com/dist
水墨小龙虾
·
2012-05-18 15:23
python
python编程技巧
python自动安装工具easy_install的使用
如果想使用easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用
ez_setup.py
脚本:wget-qhttp://peak.telecommunity.com/dist
cjh6311882
·
2012-05-18 15:00
python
工具
tools
python easy-install 安装文件
pythoneasy-install安装文件http://peak.telecommunity.com/dist/
ez_setup.py
张大鹏
·
2012-05-18 06:00
python学习笔记-zipimport.ZipImportError: can't decompress data; zlib not available
阅读更多python的easy_install工具非常棒,安装和卸载组件非常方便,安装过程如下:wget-qhttp://peak.telecommunity.com/dist/
ez_setup.py
执行上面的命令把
zhoujianghai
·
2012-05-10 14:00
python
python学习笔记-zipimport.ZipImportError: can't decompress data; zlib not available
python的easy_install工具非常棒,安装和卸载组件非常方便,安装过程如下:wget-qhttp://peak.telecommunity.com/dist/
ez_setup.py
执行上面的命令把
zhoujianghai
·
2012-05-10 14:00
python
python安装软件 No module named setuptools
下载
ez_setup.py
。Linux下可使用此命令:wget-q http://peak.telecommunity.com/dist/
ez_setup.py
。2.
beyondlpf
·
2012-04-13 10:00
c
linux
python
Module
url
python---easy_install 安装软件 及BeautifulSoup 中文乱码
安装easy_install工具使用
ez_setup.py
脚本方便安装:wget -q http://peak.telecommunity.com/dist/ez_setup.pypython
ez_setup.py
张大鹏
·
2012-04-10 22:00
linux 安装easy_install
如果想使用easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用
ez_setup.py
脚本: wget -q http://peak.telecommunity.com
cooler1217
·
2012-04-10 16:00
easy_install
python 安装easy_install工具
easy_install安装软件及BeautifulSoup中文乱码安装easy_install工具使用
ez_setup.py
脚本方便安装:wget -q http://peak.telecommunity.com
endual
·
2012-03-22 19:00
easy_install
python 安装easy_install工具
easy_install安装软件及BeautifulSoup中文乱码安装easy_install工具使用
ez_setup.py
脚本方便安装:wget -q http://peak.telecommunity.com
endual
·
2012-03-22 19:00
easy_install
python安装.egg文件_芳草地-小狍子的空间_百度空间
文件_芳草地-小狍子的空间_百度空间python安装.egg文件2008-07-2111:17到http://peak.telecommunity.com/DevCenter/EasyInstall下载
ez_setup.py
·
2012-02-23 18:00
python
今日python学习
setuptools: 下载: http://peak.telecommunity.com/dist/
ez_setup.py
zhanyingle_1981
·
2012-02-02 17:00
python
selenium
cygwin 安装 python setuptools
serverfault.com/questions/7282/how-to-run-easy-install-in-cygwin$wgethttp://peak.telecommunity.com/dist/
ez_setup.py
nomad2
·
2012-01-30 21:00
Python包管理工具easy_install安装
安装方法有两种:1.wgethttp://peak.telecommunity.com/dist/
ez_setup.py
然后pythonez_setup.py2.按照官网的安装方法,根据python的版本
chosen0ne
·
2012-01-19 14:30
开发环境
Python
Python包管理工具easy_install安装
安装方法有两种:1.wget http://peak.telecommunity.com/dist/
ez_setup.py
然后pythonez_setup.py2.按照官网的安装方法,根据python
chosen0ne
·
2012-01-19 14:00
maven
python
shell
脚本
Ruby
工具
mysql 编译安装
configure--prefix=/opt/modules/mysql &&make&&makeinstall一、1. wget-qhttp://peak.telecommunity.com/dist/
ez_setup.py
PigLisong
·
2012-01-04 15:00
c
linux
mysql
url
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他