Chad Smith

Results 185 comments of Chad Smith

> Pipenv doesn’t have a solution either; it requires the credentials before installation (using environment variable injection). We have yet to find a good way to interact with pip. We...

It looks like pip's undocumented `--no-input` flag may do what we're looking for https://github.com/pypa/pip/issues/2920#issuecomment-570124898.

Perhaps the ‘GIT_ASKPASS‘ environment variable is what we’re looking for here. https://git-scm.com/docs/gitcredentials

I started implementing this using `pip search PACKAGE`, but it does not do exact matching, nor can it (https://github.com/pypa/pip/issues/3354). If there is an API pipx can use, I am happy...

Looks like this url will work: https://pypi.org/pypi/PACKAGE/json

Ah thanks so much! Will do.

@rajibmitra amazing, thank you! Feel free to search the issues for "windows", and for the windows label. The highest priority windows issue right now is https://github.com/pipxproject/pipx/issues/217. Another really helpful thing...

@rajibmitra do you have any time to look in to any of the Windows issues? We would really appreciate your help! LMK if you need help with anything.

No, just issues and pull requests