pip3 install pyuwsgi gives [Errno 13] Permission denied #19215
-
|
Hi everyone, Obviously my user has no rights to write to /opt. But running pip install as sudo is not recommended. anyone any ideas what this might be? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Also don't forget adding the package in |
Beta Was this translation helpful? Give feedback.
sudo /opt/netbox/venv/bin/pip install ...Also don't forget adding the package in
/opt/netbox/local_requirements.txtas well so that it will be automatically installed wheneverupgrade.shis run next time.