PyEnv Behind Nexus #3252
Answered
by
native-api
tastyfrankfurt
asked this question in
General
-
Hi Team, We have a build environment that only allows us to download through a nexus proxy, the issue we have is the readline seems to only download direct with no support for a different repository, am I missing something here like an environment variable etc? Many Thanks Tasty |
Beta Was this translation helpful? Give feedback.
Answered by
native-api
May 19, 2025
Replies: 1 comment
-
Python-Build searches for So you configure a proxy how you would normally do for whichever client you have installed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
native-api
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python-Build searches for
aria2c
,curl
andwget
as an HTTP client, in that order, and uses whichever it found to download.So you configure a proxy how you would normally do for whichever client you have installed.
E.g. AFAICS they all recognize the
http_proxy
envvar.