why gunicorn command not found with gunicorn installed?

前端 未结 6 852
执念已碎
执念已碎 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 04:09

    go to terminal and change directory to environment and then type the below command.

    pip install gunicorn
    

    #Enjoy1

提交回复
热议问题