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 BreamoreBoy, Marcus.Smith, Saimadhav.Heblikar, dstufft, ncoghlan, paul.moore, peter.otten, rhettinger, steve.dower, terry.reedy
Date 2015-09-05.22:20:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441491656.54.0.749461489814.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
I actually made the default per-user, specifically for cases like this. With a default install that the current user has done, pip does not need to be run as admin.

If the system administrator has installed Python for all users, then --user needs to be specified to run without admin. (Could the admin add config to pip for all users to make this the default? I know we discussed it - don't remember what the result was.)
History
Date User Action Args
2015-09-05 22:20:56steve.dowersetrecipients: + steve.dower, rhettinger, terry.reedy, paul.moore, ncoghlan, peter.otten, BreamoreBoy, dstufft, Marcus.Smith, Saimadhav.Heblikar
2015-09-05 22:20:56steve.dowersetmessageid: <1441491656.54.0.749461489814.issue23551@psf.upfronthosting.co.za>
2015-09-05 22:20:56steve.dowerlinkissue23551 messages
2015-09-05 22:20:56steve.dowercreate