uwsgi: command not found

[uwsgi: command not found]
问题:

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

解决方案:建立软链接

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

posted @ 2020-02-16 13:40  梦乡尘子  阅读(2743)  评论(0)    收藏  举报