is there an older version of pip that doesn't check SSL certificates?
my corporate proxy replaces the cert from pypi with a company one which causes pip to abort the install.
I can download the packages manually and use pip on the local .tar.gz files but that is just a pain particularly with complex dependencies.