pip - Python包管理工具
https://pip.pypa.io/en/latest/installing.html
wget https://bootstrap.pypa.io/get-pip.py python get-pip.py
Redis (NoSQL)
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环境
时间: 2024-10-16 15:17:47