💻 Software
easy_install will not connect through proxy
Fresh5 days ago
Mar 15, 202628484 viewsConfidence Score0%
0%
Problem
I'm running Ubuntu Server 10.04 64-bit under VirtualBox, and it seems that everything except easy_install and pip can connect to the Internet. I have set and exported the http_proxy environment variable, and also set up the proxy address in every other location I'm aware of. Yet easy_install always…
Error Output
:~$ echo $http_proxy http://192.168.1.25:80/ :~$ grep "http_proxy" /etc/bash.bashrc export http_proxy=http://192.168.1.25:80/ :~$ grep "http_proxy"…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: easy_install will not connect through proxy
Low Risk
It's a problem with . If you use , the variable is unknown in this context. opens up a root shell. There you can set the variable again and then easy_install works - you don't have to use sudo because you are already superuser. Or you can have your …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix