Command 'uwsgi' not found

I have installed "uwsgi" using pip method. But when I run uwsgi, I'm getting "Command 'uwsgi' not found, but can be installed with" error. If I again try to install using pip, I'm getting

Collecting uwsgi
Installing collected packages: uwsgi
Successfully installed uwsgi-2.0.18

which means it's already been installed.

What else am I missing out here. Thank you.

1 Answer

You also need to do this

apt-get update && apt-get install -y uwsgi
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like