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

Avoid ENOEXEC for Pex internal --venvs. #1843

Merged
merged 3 commits into from
Jul 12, 2022
Merged

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jul 12, 2022

The fix in #1828 did not cover the two dogfood venvs Pex uses to run
its own internal tools. Add a failing test for each of these cases and
fix with a new VenvPex type that ~forces doing the right thing.

Fixes #1842

Copy link
Contributor

@hrfuller hrfuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified this fixes my issue with running pip.pex as venv under a long PEX_ROOT.

This was referenced Jul 12, 2022
@jsirois jsirois merged commit e615528 into pex-tool:main Jul 12, 2022
@jsirois jsirois deleted the ENOEXEC/dogfood branch September 5, 2024 03:07
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.

Avoid ENOEXEC for Pex internal --venvs.
2 participants