柠檬班 2020-02-03
在阿里云的ubantu云服务器上,python3 通过pip安装gunicorn
在命令行运行gunicorn时提示找不到命令
可以删除已经安装的gunicorn
解决办法:
which pip #找到pip的路径
sudo /找到的路径 install gunicorn
username=user ; should be same as http_username if set. password=123 ; should be same as http_passwo