[uwsgi: command not found]

问题:

pip install uwsgi 之后,运行uwsgi 报错:[uwsgi: command not found]

解决方案:建立软链接 

ln -s /usr/local/python3/bin/uwsgi /usr/bin/uwsgi

原文地址:https://www.cnblogs.com/dannyyao/p/10218154.html