3

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.

learner
  • 591

1 Answers1

0

You also need to do this

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