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

Remove --use-first-matching-interpreter misfeature #1076

Merged
merged 1 commit into from Oct 14, 2020

Conversation

Eric-Arellano
Copy link
Contributor

@Eric-Arellano Eric-Arellano commented Oct 14, 2020

This was a misfeature added to support a Pants use case, which is implemented another way.

This never worked very robustly:

To be clear though, there are many corners this will not work for including mismatching abi (python2.7m vs python2.7mu) when the PEX contains platform specific wheels, etc.

If a user only wants to resolve for one interpreter, they should use --python or the upcoming --python-path.

We don't use a proper deprecation due to #584. We'll call attention to this in the release notes.

@Eric-Arellano Eric-Arellano merged commit dee8c4f into pex-tool:master Oct 14, 2020
@Eric-Arellano Eric-Arellano deleted the remove-first-matching branch October 14, 2020 19:44
This was referenced Oct 15, 2020
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.

None yet

2 participants