DEV Community

Discussion on: Stop using sudo pip install

Collapse
 
dvershinin profile image
Danila Vershinin

Here's a simple virtualenv manager that you can use to install Python apps in a safe way: github.com/dvershinin/pip-safe You can then just type pip-safe install <pypy-name> and it will take care of installing stuff and making it available on PATH. (you can use it instead of typing "pip install" and breaking things :)