4

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
Frank Neblung
  • 3,047
  • 17
  • 34
  • I have the same problem, did you find any solution? – Engel Dec 10 '19 at 15:10
  • If I recall correctly, we made pip allow to pass the proxy – Frank Neblung Dec 10 '19 at 15:59
  • the problem is not the proxy, is to change the user agent. In my proxy only firefox its allowed to use it, by change user agent of an application it can be solved, but I can't find any solution to pip. – Engel Dec 11 '19 at 13:33

1 Answers1

0

I know this doesn't answer your exact question, but have a look at this: Using pip behind a proxy

Community
  • 1
  • 1
lzmartinico
  • 159
  • 7