Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 676 Bytes

File metadata and controls

5 lines (3 loc) · 676 Bytes

Best practices on usage of python-pip

The documentation on Python PIP installation warns that you may have troubles if you've installed python-pip using the package manager of your operating system and suddenly you'd like to install Python packages in user's space.

The best practice is keeping system packages at a minimum and installing all tools in your own user's space. This allows multiple users keep multiple dependencies trees separate, allows a single user keep multiple environments separated and also reduces the exposed security attack surface of your system.