I have installed gunicorn using sudo pip install gunicorn and the output shows as
Successfully installed gunicorn-20.1.0 setuptools-54.2.0
But when i try to run the app using gunicron app:app it shows as bash: gunicorn: command not found
Kindly assist me