At work, I'm behind a proxy. Only Browsers may pass the proxy. Is there a way, to make pip install pretend being another user-agent?
Analogies:
curl -A $USER_AGENT
git config --global http.useragent $USER_AGENT
At work, I'm behind a proxy. Only Browsers may pass the proxy. Is there a way, to make pip install pretend being another user-agent?
Analogies:
curl -A $USER_AGENT
git config --global http.useragent $USER_AGENT
I know this doesn't answer your exact question, but have a look at this: Using pip behind a proxy