yum install gcc
pip install uwsgi
报错UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 ...
解决:export LC_ALL=C
报错:一堆c编译错
解决:yum install python-devel