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

Allow pipenv to respect an external configuration to change the default pip mirror #1451

Closed
ninrod opened this issue Feb 19, 2018 · 1 comment

Comments

@ninrod
Copy link

ninrod commented Feb 19, 2018

@kennethreitz, I have a simple use case that directly if affected by #1040 and #856

I have a project that uses pipenv. I write this project both at home and at work.
At home, I have no problem, everything works. At work, I have to use the internal pipy index.

As the Pipfile is commited and pushed to git, I cannot keep changing it as I hop from home to work.
I would like to have an external configuration that signals to pip that I have to use another index.

putting this mirror config inside the Pipfile does not work.

So allow pipenv to use a global configuration, external to the project, to overwrite the default pipy index.

@kennethreitz
Copy link
Contributor

closing as we have many existing issues that reflect this

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