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

pipenv install --pypi-mirror suppress by -i and --extra-index-url #2637

Closed
mlouielu opened this issue Jul 24, 2018 · 1 comment
Closed

pipenv install --pypi-mirror suppress by -i and --extra-index-url #2637

mlouielu opened this issue Jul 24, 2018 · 1 comment

Comments

@mlouielu
Copy link
Contributor

Issue description

pipenv install --pypi-mirror suppress by -i and --extra-index-url

Expected result

Looking in indexes: https://foo, https://bar, https://pypi.python.org/simple

Actual result
➜  p pipenv install ppppp -i https://foo.com --extra-index-url https://bar.com --pypi-mirror https://pypi.python.org/simple 
Installing ppppp…
Looking in indexes: https://foo.com, https://bar.com
Collecting ppppp
Steps to replicate

Provide the steps to replicate (which usually at least includes the commands and the Pipfile).

$ pipenv install ppppp -i https://foo.com --extra-index-url https://bar.com --pypi-mirror https://pypi.python.org/simple 
@techalchemy
Copy link
Member

Closing as a duplicate of #2494

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