UWSGI Binary is not in '/usr/local/bin'

64 views Asked by At

For starting the uwsgi service, I need the uwsgi binary to be in the file /usr/local/bin off of the root. When I try sudo pip install uwsgi, I get an error message that looks like this: pip install error message

What I've tried:

  • aptitude install uwsgi (doesnt recognize aptitude)
  • using pipx to install uwsgi (downloads uwsgi to /home/pqadmin/.local/bin, tried moving using mv uwsgi /usr/local/bin and it told me permission denied. I tried doing that both with sudo using pqadmin and in the root and both said permission denied).

What can I do to get uwsgi in the right directory?

Thank you so much for the help. I'm totally new to website management.

0

There are 0 answers