Python 配置环境
创建日期:2015-08-24 15:59:43

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

python get-pip.py

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

pip install -U setuptools

yum -y install mysql-devel
sudo pip install MySQL-python
sudo pip install xpinyin
<!-- ## 编译中断

error: command 'gcc' failed with exit status 1

For fedora:

sudo yum install python-devel

sudo yum install libevent-devel

and finally:

easy_install gevent


pip install requests[security] -->