sudo: gunicorn: command not found的问题

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

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

可以删除已经安装的gunicorn

解决办法:

   which pip #找到pip的路径

 sudo /找到的路径 install gunicorn

sudo: gunicorn: command not found的问题

相关推荐