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

Revise other spots that did not use the internal pip vendoring #5229

Merged
merged 9 commits into from
Aug 7, 2022

Conversation

matteius
Copy link
Member

@matteius matteius commented Aug 7, 2022

The issue

Some of the other commands in core rely on the system installed pip, which has proven problematic for some issue reports in the past. In PR we made great strides to using the internal vendored pip version and we dropped pip from being an installed requirement: #5199

This PR addresses other found spots in core.py that were using the user or system installed version of pip. Fortunately in the latest pip we vendored in they revised the utility _get_runnable_pip such that it no longer generates a zip file, and it is the logical point for getting the module pipenv.patched.pip as a runnable python command.

It took me a few tries to arrive at this solution.

@oz123 oz123 merged commit 078f28b into main Aug 7, 2022
@oz123 oz123 deleted the use-vendored-pip-strikes-again branch August 7, 2022 20:53
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

Successfully merging this pull request may close these issues.

2 participants