Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support passing --index-url to pip install command #47

Closed
DanCardin opened this issue Nov 30, 2018 · 3 comments
Closed

Support passing --index-url to pip install command #47

DanCardin opened this issue Nov 30, 2018 · 3 comments

Comments

@DanCardin
Copy link

In writing this, it turns out I can do pipx install --spec https://custompypi.com/api/pypi/pypi/packages/examplepackage/1.0.0 binary, but it'd be nice if the interface was more normal to how installation would typically work

pipx install --index-url https://custompypi.com/api/pypi/pypi/simple binary
pipx install --index-url https://custompypi.com/api/pypi/pypi/simple --spec examplepackage==1.0.0 binary
@cs01
Copy link
Member

cs01 commented Nov 30, 2018

Nice, I can add this.

@DanCardin
Copy link
Author

DanCardin commented Dec 2, 2018

great! it occurs to me it'd be useful on upgrade as well (unless upgrade will remember where it got the original install from)

cs01 added a commit that referenced this issue Dec 16, 2018
cs01 added a commit that referenced this issue Dec 16, 2018
@cs01
Copy link
Member

cs01 commented Dec 16, 2018

This has been added in pipx-app 0.10.4.0.

@cs01 cs01 closed this as completed Dec 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants