Python Virtualenv for Dummies
Installing pip packages without breaking your system
Recently I was trying to write a script that had dependencies on pip packages.
Now, I am fortunate enough to know that it’s a bad idea to install pip packages globally (especially using sudo), so...