I have intalled gunicorn,but gunicorn command not found:
# pip3.4 install gunicorn Requirement already satisfied (use --upgrade to upgrade): gunicorn in /usr/loc
go to terminal and change directory to environment and then type the below command.
pip install gunicorn
#Enjoy1