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

minimum set of changes for using internal vendor pip. #5193

Closed
wants to merge 1 commit into from

Conversation

matteius
Copy link
Member

Thank you for contributing to Pipenv!

The issue

I noticed this through a number of issue reports that sometimes a user's local pip conflicts with pipenv's expected behavior. To me, it does not make sense that we do not always use our patched vendored pip to install certain types of packages. With this change it should be possible for a user to only install pipenv and not have pip installed at all. There is nothing wrong with having both installed, but why have pipenv require it and rely on it when we go to the work to patch an vendor in the latest and greatest pip?

I will rename notpip to pip in a follow-up PR.

@matteius
Copy link
Member Author

Declining in favor of branch based on this one that also had to vendor in pip 22.2 to get this last failing test passing: #5196

@matteius matteius closed this Jul 27, 2022
@matteius matteius deleted the exclusive-vendored-pip-take2 branch July 27, 2022 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress This item is in progress.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant