首页 > 其他 > 详细

sudo: gunicorn: command not found的问题

时间:2020-02-03 11:04:34      阅读:821      评论:0      收藏:0      [点我收藏+]

在阿里云的ubantu云服务器上,python3 通过pip安装gunicorn

在命令行运行gunicorn时提示找不到命令

可以删除已经安装的gunicorn

解决办法:

   which pip #找到pip的路径

 sudo /找到的路径 install gunicorn

技术分享图片

 

sudo: gunicorn: command not found的问题

原文:https://www.cnblogs.com/emmm/p/12254790.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!