Issue
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).
Answered By - JMzance
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.