python flask 报错uwsgi: command not found
作者:高景洋 日期:2021-11-17 07:22:15 浏览次数:390
问题:
pip install uwsgi 之后,运行uwsgi 报错:[uwsgi: command not found]
解决方案:建立软链接
ln -s /usr/local/python3/bin/uwsgi /usr/bin/uwsgi
建立软链后,再次运行uwsgi ,即恢复正常
本文永久性链接:
<a href="http://r4.com.cn/art206.aspx">python flask 报错uwsgi: command not found</a>
<a href="http://r4.com.cn/art206.aspx">python flask 报错uwsgi: command not found</a>
相关文章
- python3虚拟环境搭建创建安装进入激活退出
- python flask 报错uwsgi: command not found
- centos杀掉停止uwsgi后台进程
- flask路由正则表达式
- python计算时间差
- python3对list group by
- Python Flask Uwsgi 每次更新都要手动重启uwsgi,如何处理
- centos uwsgi 守护运行/背后运行/后台运行的方法
- python3 https 报错:InsecureRequestWarning: Unverified HTTPS request is being made
- python如何引用不同模块下的相同方法(函数)名