码迷,mamicode.com
首页 > 编程语言 > 详细

写给自己看的Linux运维基础(四) - python环境

时间:2014-08-05 15:28:29      阅读:303      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   io   ar   div   

pip - Python包管理工具

https://pip.pypa.io/en/latest/installing.html

wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

 

Redis (NoSQL)

http://www.redis.io/download

wget http://download.redis.io/releases/redis-2.8.13.tar.gz
tar xzf redis-2.8.13.tar.gz
cd redis-2.8.13
make
# 服务端
src/redis-server
#客户端
src/reds-cli

 

Redis-py (python lib)

https://github.com/andymccurdy/redis-py

pip install redis

 

Tornado (web框架&web服务器)

http://www.tornadoweb.org/en/stable/

pip install tornado

 

写给自己看的Linux运维基础(四) - python环境,布布扣,bubuko.com

写给自己看的Linux运维基础(四) - python环境

标签:style   blog   http   color   os   io   ar   div   

原文地址:http://www.cnblogs.com/chy710/p/linux_server_python.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!