-
Notifications
You must be signed in to change notification settings - Fork 707
Open
Labels
Milestone
Description
First of all, I personally don't run this project (I run a zoneminder installation), but I am a Python developer and a friend came across it and installed it.
I was a bit shocked to see "sudo pip install" instructions, especially because that is going away in future versions of pip.
https://stackoverflow.com/questions/61452582/why-is-using-sudo-pip-a-bad-idea
https://pages.charlesreid1.com/dont-sudo-pip/
Why are we encouraging this sort of installation? Why can't we recommend users to create a virtualenv instead and teach good practices?
I don't want to come across negative, but "sudo pip install" is always a bad idea.
Reactions are currently unavailable