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, larry, martin.panter, ncoghlan, ned.deily, paul.moore
Date 2015-06-02.09:49:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433238599.19.0.581402774179.issue24267@psf.upfronthosting.co.za>
In-reply-to
Content
Adding the "--disable-pip-version-check" option doesn't make the warning go away, and apparently the already passed "--no-index" flag is supposed to imply that one anyway:

==================
--disable-pip-version-check

    Don't periodically check PyPI to determine whether a new version of pip is available for download. Implied with --no-index.
==================

Filed https://github.com/pypa/pip/issues/2860, reassigning to Donald and adding Paul to the nosy list.
History
Date User Action Args
2015-06-02 09:49:59ncoghlansetrecipients: + ncoghlan, paul.moore, larry, ned.deily, martin.panter, dstufft
2015-06-02 09:49:59ncoghlansetmessageid: <1433238599.19.0.581402774179.issue24267@psf.upfronthosting.co.za>
2015-06-02 09:49:59ncoghlanlinkissue24267 messages
2015-06-02 09:49:58ncoghlancreate