[19:28:34] <moldy> how big will a complete pypi mirror approximately be? i am running bandersnatch mirror right now and reacehd 60gb. i wonder if the remaining 15gb will be enough.
[20:33:31] <dstufft> moldy: last time I looked it was ~80GB
[20:35:03] <moldy> dstufft: i better resize that partition then. i was calculating with ~50
[20:35:17] <dstufft> no idea what it is now, but unless a lot of people have deleted stuff recently it's probably that or higher
[23:23:33] <ricardo`> does anyone know how I can get pip to point to my default distribution instead of pointing to the Anaconda distribution that I never use?
[23:41:34] <tos9> ricardo`: Use a pip corresponding to that python instead.
[23:42:15] <tos9> (Install it if you haven't already. Or if you've just misplaced the binary, use /bin/your/python -m pip or create a new /your/bin/pip with the correct shebang