why gunicorn command not found with gunicorn installed?

前端 未结 6 857
执念已碎
执念已碎 2021-02-19 03:19

I have intalled gunicorn,but gunicorn command not found:

# pip3.4 install gunicorn
Requirement already satisfied (use --upgrade to upgrade): gunicorn in /usr/loc         


        
6条回答
  •  遥遥无期
    2021-02-19 03:58

    Installing gunicorn from source saved me after 2 hours trying!

    pip3 install git+https://github.com/benoitc/gunicorn.git
    

提交回复
热议问题