I have intalled gunicorn,but gunicorn command not found:
# pip3.4 install gunicorn Requirement already satisfied (use --upgrade to upgrade): gunicorn in /usr/loc
I had the same problem on Debian.
It turns out that on Debian the documentation advises to install gunicorn via apt:
$ sudo apt install gunicorn