I have red at the help-page of easy_install
that I have an ability to do "install in user site-package". What does this phase mean, "user site-package"? How does it affect functionality of the installed software?
Asked
Active
Viewed 96 times
0

freude
- 3,632
- 3
- 32
- 51
-
more detailed info https://www.python.org/dev/peps/pep-0370/ – Andersson Jul 06 '15 at 14:06
1 Answers
1
User site-package refers to packages installed in ~/.local/lib[64]/python-VERSION/site-packages/
These packages are available as any other installed packages, but only to this specific user. It overrides system packages too.

Cyrille Pontvieux
- 2,356
- 1
- 21
- 29