PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 8th of June, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[14:02:59] <b_52globe> hi guys
[14:03:16] <b_52globe> please does pip uninstall need some reloading to take effect ?
[16:57:38] <aclark> b_52globe: reloading?
[16:58:28] <b_52globe> aclark, thanks problem fixed , i thought when i was uninstalling a package it needed an additionnal step to take effect
[19:25:41] <moldy> hello
[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:34:43] <moldy> dstufft: ahh, thanks
[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