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 Ilya Kazakevich, Marcus.Smith, dstufft, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-04-06.18:03:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554573818.45.0.783447287648.issue36529@roundup.psfhosted.org>
In-reply-to
Content
Yeah, right now you need to also pass --local when you use -m (the bundled pip.exe does this automatically). Your user account does not have permission to install into the global site directory.

Once we update the bundled pip I can add a site-specific configuration file to handle both cases transparently (I had to enable it in pip first before we could make CPython handle it).
History
Date User Action Args
2019-04-06 18:03:38steve.dowersetrecipients: + steve.dower, paul.moore, ncoghlan, tim.golden, zach.ware, dstufft, Marcus.Smith, Ilya Kazakevich
2019-04-06 18:03:38steve.dowersetmessageid: <1554573818.45.0.783447287648.issue36529@roundup.psfhosted.org>
2019-04-06 18:03:38steve.dowerlinkissue36529 messages
2019-04-06 18:03:38steve.dowercreate