[Distutils] pip freeze not reporting pip or wsgiref

Jeremy Stanley fungi at yuggoth.org
Mon Jun 22 18:30:36 CEST 2015


On 2015-06-22 12:20:19 +0100 (+0100), Chris Withers wrote:
> A couple of buglets I've noticed while using picky in anger:
> 
> 1. pip freeze doesn't include a line for pip itself, why is that?
[...]

You might want `pip list` for this instead. The old freeze behavior
omits "common" packages like pip and setuptools, but list does not.
-- 
Jeremy Stanley


More information about the Distutils-SIG mailing list