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 ncoghlan
Recipients dstufft, lorenzogotuned, ncoghlan, ned.deily, r.david.murray, rhettinger, terry.reedy, upendra-k14
Date 2016-08-28.16:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472401412.68.0.162264126494.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
As David hinted at, the pip GUI should *not* support privilege escalation on Linux - needing to do so indicates someone is attempting to install into the system Python, and the GUI should never do that. If there's no active virtual environment, it should do a user install by default.

(The only reason pip doesn't work that way by default is due to backwards compatibility constraints affecting tools that assume that root can install into system Python installations without any additional flags)
History
Date User Action Args
2016-08-28 16:23:32ncoghlansetrecipients: + ncoghlan, rhettinger, terry.reedy, ned.deily, r.david.murray, dstufft, upendra-k14, lorenzogotuned
2016-08-28 16:23:32ncoghlansetmessageid: <1472401412.68.0.162264126494.issue27051@psf.upfronthosting.co.za>
2016-08-28 16:23:32ncoghlanlinkissue27051 messages
2016-08-28 16:23:32ncoghlancreate