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 r.david.murray
Recipients dstufft, lorenzogotuned, ncoghlan, ned.deily, r.david.murray, rhettinger, terry.reedy, upendra-k14
Date 2016-08-26.18:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472235250.71.0.0222151131982.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
Something like gksudo would be what you would use to use this application to do a GUI install, but what specific program you use to get root for running a gui application does depend on the distribution. (For example, I'd use 'sux' to become root and then run it, on my system.)  But in general no one should be running GUI PIP as root: for root installs you should be using the distribution package manager.

That said, the standard way of "elevating privileges" in unix and mac is to use sudo.  You'd just add 'sudo' to the front of the pip command string when you call POpen.  But I'm not sure this is a feature that should be supported, since in interferes with system package management
History
Date User Action Args
2016-08-26 18:14:10r.david.murraysetrecipients: + r.david.murray, rhettinger, terry.reedy, ncoghlan, ned.deily, dstufft, upendra-k14, lorenzogotuned
2016-08-26 18:14:10r.david.murraysetmessageid: <1472235250.71.0.0222151131982.issue27051@psf.upfronthosting.co.za>
2016-08-26 18:14:10r.david.murraylinkissue27051 messages
2016-08-26 18:14:10r.david.murraycreate