This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients brechtm, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-04-12.17:13:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492017224.91.0.49944878626.issue29994@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-04-12 17:13:44steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, brechtm
2017-04-12 17:13:44steve.dowersetmessageid: <1492017224.91.0.49944878626.issue29994@psf.upfronthosting.co.za>
2017-04-12 17:13:44steve.dowerlinkissue29994 messages
2017-04-12 17:13:44steve.dowercreate