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 for specifying the index #183

Open
hexedpackets opened this issue Jan 29, 2019 · 1 comment
Open

Support for specifying the index #183

hexedpackets opened this issue Jan 29, 2019 · 1 comment

Comments

@hexedpackets
Copy link

Currently pipsi only uses the default index URL for fetching packages. pip has both --index-url and --extra-index-url options for changing this location on the fly, which is really useful when installing internally hosted tools.

This can be worked around with environmental variables, but having the flags available would be better.

@cs01
Copy link
Contributor

cs01 commented Jan 29, 2019

pipsi is no longer maintained.

https://github.com/pipxproject/pipx-app is an alternative that is maintained. It supports --index-url and supports other arbitrary pip arguments with --pip-args. See pipx install --help.

So you could do something like

pipx install --pip-args="--index-url URL --extra-index-url EXTRA_URL" PACKAGE

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