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, ncoghlan, steve.dower, vinay.sajip, vstinner
Date 2015-01-04.08:06:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420358791.99.0.216694414898.issue22256@psf.upfronthosting.co.za>
In-reply-to
Content
I have a vague recollection of originally using check_call, and then switching to check_output. However, that may have just been for testing related reasons, which could be better handled in the test suite, allowing users to see the pip installation output as a progress indicator.

If we add the extra output, adding a -q/--quiet option at the same time would be a good idea.
History
Date User Action Args
2015-01-04 08:06:32ncoghlansetrecipients: + ncoghlan, vinay.sajip, vstinner, steve.dower, dstufft
2015-01-04 08:06:31ncoghlansetmessageid: <1420358791.99.0.216694414898.issue22256@psf.upfronthosting.co.za>
2015-01-04 08:06:31ncoghlanlinkissue22256 messages
2015-01-04 08:06:31ncoghlancreate