I have intalled gunicorn,but gunicorn command not found:
# pip3.4 install gunicorn Requirement already satisfied (use --upgrade to upgrade): gunicorn in /usr/loc
If you installed python3 from source compiled, you should export your python3 PATH:
export PATH=$PATH:/usr/local/python3/bin