# 安装uwsgi pip install uwsgi # 安装之后仍然无法使用uwsgi命令,报错[uwsgi: command not found] 解决办法:建立软连接 ln -s /usr/local/python3.7.0/bin/uwsgi /usr/bin/uwsgi