pipx icon indicating copy to clipboard operation
pipx copied to clipboard

Passing credentials with --index-url

Open gitpushdashf opened this issue 4 years ago • 1 comments

Hi!

Is there a way to pass credentials with --index-url? I prepopulated my private pypi URL, but it did not seem to work at all (same URL works with pipenv. It just loops endlessly. I wonder if it should throw exceptions on HTTP 4XX, if it doesn't already, rather than trying over and over.

Not sure how pipx is supposed to work with private indexes.

Thank you!

gitpushdashf avatar Aug 30 '21 18:08 gitpushdashf

This might help -- https://github.com/pypa/pipx/issues/458#issuecomment-667435942

cs01 avatar Aug 30 '21 19:08 cs01

Great, thank you! Sorry for the slow response.

gitpushdashf avatar Sep 27 '22 17:09 gitpushdashf