|
|
|
|
|
by Galanwe
1482 days ago
|
|
I cannot seem to remember which version exactly that was. I remember there were some test input/output files that weighted multiple MBs. Just installed a quick "data science" like virtualenv, here is the example things I talk about: $ du -sh scipy
110M scipy
$ find scipy -type f -name '.so' -exec strip -s {} \;
$ du -sh scipy
76M scipy $ du -sh django/contrib/admin/locale/
5.4M django/contrib/admin/locale/ |
|