1.快速安装eazy_installfabric#相关依赖:python-setuptools#curlhttps://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py-o-|python或pipinstallfabric#相关依赖:python-pip#easy_installpip2.源码安装:依赖:paramikopycryptoecdsapython2.5-2.7################..
分类:
其他好文 时间:
2015-08-16 00:50:50
阅读次数:
109
saltstack的深入-管理python-pip操作内容:
一、基础环境
1、使用tvm-saltmaster操作
2、网络:
eth0:host-only(用于虚拟内网,手动固定IP,这样从宿主机可以直接连接到这个vm)
eth1:NAT(用于上外网,动态IP)
[root@tvm-zabbix~]#cd/etc/sysconfig/network-scripts/
[roo..
分类:
编程语言 时间:
2015-08-14 19:28:48
阅读次数:
3111
if you have install microsoft visual studio 2013, just create a the enviroment variable named [VS90COMNTOOLS] and point it to %VS120COMNTOOLS%.because...
分类:
编程语言 时间:
2015-08-06 10:38:53
阅读次数:
530
首先,安装python,2.7,?Locust ?需要的版本 (Locust requires?Python 2.6+. It is not currently compatible with Python 3.x.) 然后把python配置到环境变量,再安装,pip。 python,pip安装如下: 1、在以...
分类:
Windows程序 时间:
2015-08-05 15:13:55
阅读次数:
1220
简介:
web.py 是一个Python 的web 框架,它简单而且功能强大。安装:
ubuntu系统下,我们可以只用几条指令完成web.py的安装,首先得安装pip:sudo apt-get install python-pip之后安装web.py:sudo pip install web.py之后进行测试,在python解释器中输入:import web没有报错即成功。入门
我们新建一个s...
分类:
编程语言 时间:
2015-08-03 14:49:57
阅读次数:
139
python 2.7 pip命令安装报错:原因:安装需要加载当前用户的包含中文路径的文件夹,unicode编码出错解决:1.新建sitecustomize.py文件放到\Python27\Lib\site-packages 目录下2.sitecustomize.py代码:import sys sys...
分类:
编程语言 时间:
2015-07-24 10:28:54
阅读次数:
131
当前目录依次执行以下两条命令即可>wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate
>python get-pip.py...
分类:
其他好文 时间:
2015-07-08 19:09:10
阅读次数:
124
//wgetpip[root@wode003tools]#wgethttps://bootstrap.pypa.io/get-pip.py--2015-06-2514:40:46--https://bootstrap.pypa.io/get-pip.py正在解析主机bootstrap.pypa.io(bootstrap.pypa.io)...103.245.222.175正在连接bootstrap.pypa.io(bootstrap.pypa.io)|103.245.222.175|:44..
分类:
编程语言 时间:
2015-06-25 21:31:14
阅读次数:
262
在centos上安装django,应该有3种方法,pip、git、源代码编译安装。pip安装比较单,步骤如下:1、下载mkdir/install/djangocd/install/djangowgethttps://bootstrap.pypa.io/get-pip.py--2015-06-2511:29:12--https://bootstrap.pypa.io/get-pip.pyResolvingbootstrap.pypa.io...
分类:
其他好文 时间:
2015-06-25 17:47:47
阅读次数:
167