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

Fix PEXes for -i / PYTHONINSPECT=x. #2491

Merged
merged 5 commits into from
Aug 3, 2024
Merged

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Aug 3, 2024

Previously PEXes did not behave like a Python interpreter when invoked
with either -i or with PYTHONINSPECT=x; now they do.

Fixes #2249

Previously PEXes did not behave like a Python interpreter when invoked
with either `-i` or with `PYTHONINSPECT=x`; now they do.

Fixes pex-tool#2249
@jsirois jsirois merged commit 6d9d1a9 into pex-tool:main Aug 3, 2024
26 checks passed
@jsirois jsirois deleted the issues/2249 branch August 3, 2024 22:34
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.

Unable to run a script in interactive mode -i
2 participants