Skip to content

Instantly share code, notes, and snippets.

@Ivlyth
Created January 27, 2015 10:00
Show Gist options
  • Save Ivlyth/2a26411bdd4f9ffe08c0 to your computer and use it in GitHub Desktop.
Save Ivlyth/2a26411bdd4f9ffe08c0 to your computer and use it in GitHub Desktop.
ubuntu 环境下一些python模块的安装
# ubuntu
# sqlalchemy for python
sudo pip install sqlalchemy
# redis for python
sudo pip install redis
# tornado for python
sudo pip install tornado
# supervisor for python
sudo pip install supervisor
# pymongo for python
sudo pip install pymongo
# scrapy
sudo pip install scrapy
# django
sudo pip install django
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment