Fix Python – Combine –user with –prefix error with setup.py install
I was trying to install Python packages a system I recently gained access to. I was trying to take advantage of Python’s relatively new per user site-packages directory, and the new option –user. (The option is currently undocumented, however it exists for Python 2.6+; you can see the help by running python setup.py install –help.)
When I tried ….