see the first email in this thread:

https://groups.google.com/d/topic/python-virtualenv/foXxh-NpdGg/discussion

It explains how to run the pip RC (and the virtualenv RC) without affecting
your current setup.

To see the verbose details of "pip install" interacting with pypi links
over https, use:

"pip install -v -v SomePackage"

To see it actually fail due to certificate problems, pass an alternate to
the built-in cert bundle, that should not work, like so:

pip --cert=<path to bad pem file> -v -v install SomePackage

testing and feedback appreciated.

Marcus
_______________________________________________
Catalog-SIG mailing list
Catalog-SIG@python.org
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to