high-yak-85899
07/20/2022, 10:03 PMpip.conf
file? I'll admit I haven't tried this to see what happens yet.fresh-cat-90827
07/20/2022, 10:05 PMhigh-yak-85899
07/20/2022, 10:09 PMpip
and pip knows how to look for pip.conf
and I can place secrets in the urls for our developers in those local files. Not great, but at least workable..pants.rc
file to do thiswitty-crayon-22786
07/20/2022, 10:25 PMTrying to browse the code, it kind of seems like it uses the system’s pip? I don’t see it explicitly being pulled
PEX
vendors pip
fresh-cat-90827
07/20/2022, 10:47 PMPANTS_PYTHON_REPOS_INDEXES
env var can be defined, e.g. "+['<https://user:key@server/pypi/pypi/simple>']"
and how you get your user
and key
is up to you, i.e. you can retrieve it from your keyring or Vault or anything