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
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to