You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside corporations is quite common being working beside a proxy. In Linux some applications (like pip) takes proxy configuration from following environment variables:
I think it makes sense. Windows systems may benefit too as some applications (e.g. git or node) honor the proxy environment variables when they're set.
Inside corporations is quite common being working beside a proxy. In Linux some applications (like pip) takes proxy configuration from following environment variables:
http_proxy https_proxy no_proxy
HTTP_PROXY HTTPS_PROXY NO_PROXY
Being variables of the system and quite standard and not being specific of projects, I think they should be passed through by default.
The text was updated successfully, but these errors were encountered: