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 GreenKey
Recipients GreenKey
Date 2017-06-10.23:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497137079.52.0.388679459657.issue30628@psf.upfronthosting.co.za>
In-reply-to
Content
I've already updated system setuptools 36.0.1 with `pip3 install --upgrade pip setuptools wheel` but when I create a new enviro with `python3 -m venv foo` it will have an old/outdated setuptools 28.8.0 from embedded ensurepip.

Why? I think it should install the already-updated one!
History
Date User Action Args
2017-06-10 23:24:39GreenKeysetrecipients: + GreenKey
2017-06-10 23:24:39GreenKeysetmessageid: <1497137079.52.0.388679459657.issue30628@psf.upfronthosting.co.za>
2017-06-10 23:24:39GreenKeylinkissue30628 messages
2017-06-10 23:24:39GreenKeycreate