-
Notifications
You must be signed in to change notification settings - Fork 3.1k
search does not use proxy #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm seeing this myself. We're using cntlmd listening on localhost:3128 to
|
Bump!
|
This is also true for version 0.8.1
|
Bump!
|
different bump
|
This bug is also true for version 1.0 |
see #243 This bug is also true for version 1.0.2 |
duplicate of #395 |
This bug is still true with |
This bug is still true with pip 1.5.0 |
Seems to be true with pip 1.5.4 |
Ouch that burned me. Sorry I don't have time to make a patch :) |
It should be fixed in pip 6.0 |
pip search (0.7.2) does not use proxy settings.
It looks like this is because pip search uses xmlrpclib which does not use urllib2 for transport.
The text was updated successfully, but these errors were encountered: