On Linux Debian, how can I list all installed python pip packages and the size (amount of disk space used) that each one takes up?
Go to the package site to find the size e.g. https://pypi.python.org/pypi/pip/json
Then expand releases
, find the version, and look up the size
(in bytes).