Search code examples
pythonlinuxdebianpip

How to see sizes of installed pip packages?


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?


Solution

  • 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).