centos快速搭建web.py环境

1 wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py  --no-check-certificate
2 sudo python ez_setup.py
3 wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py  --no-check-certificate
4 sudo python get-pip.py
5 yum install gcc python-devel mysql-devel -y 
6 sudo pip install MySQL-python
7 sudo pip install web.py
8 pip install requests

你可能感兴趣的:(centos快速搭建web.py环境)