Don't sudo pip

6 years ago
ian $Q__4tgrnLN

https://pages.charlesreid1.com/dont-sudo-pip/

You're paranoid. What's the big deal?

Running sudo pip install package-x is insanely dangerous. It is equivalent to giving a complete stranger root access on your machine.

You run pip as sudo, and pip runs setup.py as sudo, and setup.py can run system commands.

...in case you're wondering, that's bad.

Don't sudo pip

May 17, 2018, 12:37pm UTC
https://pages.charlesreid1.com/dont-sudo-pip/ >You're paranoid. What's the big deal? >Running sudo pip install package-x is insanely dangerous. It is equivalent to giving a complete stranger root access on your machine. >You run pip as sudo, and pip runs setup.py as sudo, and setup.py can run system commands. >...in case you're wondering, that's bad.