不同的心情
zj1244
这个作者很懒,什么都没留下…
展开
-
centos安装pip和mitmproxy
0x01 安装pip wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py python2.7 ez_setup.py easy_install-2.7 pip 注意后面使用pip2.7而不是pip。 提示 -bash: /usr/bin/pip2.7: 没有那个文件或目录 的话退出原创 2015-08-19 11:47:38 · 2954 阅读 · 0 评论 -
Celery、flower和celery-redis 的安装与使用
0x01 安装celery pip install Celery 0x02 安装celery-redis celery-redis:如果把redis当做broker,需要安装 pip install -U celery-with-redis 0x03 使用celery [root@MyServer ~]# cat tasks.py import time from celery imp原创 2015-08-19 17:57:34 · 8807 阅读 · 0 评论 -
centos下把python版本升级成2.7
test转载 2015-08-19 11:32:48 · 625 阅读 · 0 评论