[12:07:10] <new_student> How do I write --disable-pip-version-check to pip.conf ?
[12:07:51] <xafer> disable_pip_version_check = 1 in pip.conf ?
[12:08:47] <new_student> disable-pip-version-check=true worked
[18:46:30] <nanonyme> dstufft, blääh. It breaks backwards and forwards compatibility
[18:47:18] <nanonyme> dstufft, or can a mirror support PEP 503 and not break old pip?
[18:49:02] <nanonyme> I guess I need to go talk with our IT to see if they accept to change the mirror
[18:49:30] <nanonyme> If they don't, I'll probably need to drop pip altogether and figure something else out
[18:50:43] <nanonyme> Can't really rely on a specific version to be usable forever, can I?
[19:56:26] <nanonyme> Which would be really sad since I've been spending lengthy amounts of explaining how Python packaging now works reasonably sanely and how people should migrate from easy_install to pip just to have PEP 503 break things
[22:53:44] <dstufft> nanonyme: you can support post and pre PEP 503 with the same mirror
[22:54:31] <dstufft> nanonyme: in fact, bandersnatch does just that