Steve Dower added the comment:

Yes, fixing pip in this case is the right approach.

Since you're going to be including a copy of pip with your application, you can 
also just patch that yourself to get going while the pip team decides how to go 
from here. Or you could add a sitecustomize.py file (which will only be 
imported if you have "import site" in your ._pth file) that sets site.USER_SITE 
to something so that pip does not crash.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29994>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to