So i've been working on a prject and I'm about to deploy it.I don't get any errors while building but and i get asked to view app after but when i do the web page shows a heroku Application error. I tried running heroku logs --tail --app appname and it shows me the logs and i can see this error which i can't seem to fix.
bash: gunicorn: command not found
I have my Procfile and with the following command
web: gunicorn MFLS.wsgi
If any other information is needed I will be happy to provide it.