I am not super technical person. But I know that in Windows if I install R using the internet2 option then I can download whatever package I want in it.
I install Python and everytime I try to download a package or install a package (e.g. using easy_install) it fails.
What can I do to make Python automatically detect my proxy settings and just install the packages?
Set up environment variable
http_proxy
/https_proxy
tohttp://your-proxy-server-address:proxy-port
Or use the HTTP_PROXY / HTTPS_PROXY setting instead.