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:27:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497137242.0.0.785248361647.issue30628@psf.upfronthosting.co.za>
In-reply-to
Content
$ pip3.6 list
pip (9.0.1)
setuptools (32.2.0)
wheel (0.29.0)

$ pip3.6 install --upgrade pip setuptools wheel
$ pip3.6 list
pip (9.0.1)
setuptools (36.0.1)
wheel (0.29.0)

$ python3 -m venv foo
$ source foo/bin/activate
(foo) $ pip list
pip (9.0.1)
setuptools (28.8.0)
History
Date User Action Args
2017-06-10 23:27:22GreenKeysetrecipients: + GreenKey
2017-06-10 23:27:22GreenKeysetmessageid: <1497137242.0.0.785248361647.issue30628@psf.upfronthosting.co.za>
2017-06-10 23:27:21GreenKeylinkissue30628 messages
2017-06-10 23:27:21GreenKeycreate