原文地址:https://www.jianshu.com/p/4559edeaabc9
/安装编译工具
yum install -y gcc* pcre-devel openssl-devel
//安装python依赖
yum install -y python-devel
//安装
uwsgipip install uwsgi
//直接粘贴版
yum install -y gcc* pcre-devel openssl-devel python-devel && pip install uwsgi