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

Add support for PEX_INTERPRETER -c, -m and - special modes to PEX venvs. #1136

Closed
jsirois opened this issue Dec 14, 2020 · 0 comments · Fixed by #1149
Closed

Add support for PEX_INTERPRETER -c, -m and - special modes to PEX venvs. #1136

jsirois opened this issue Dec 14, 2020 · 0 comments · Fixed by #1149
Assignees

Comments

@jsirois
Copy link
Member

jsirois commented Dec 14, 2020

#1128 lands a Venv tool that creates a venv from a PEX file with an entrypoint that fully emulates PEX behavior except for handling -c, -m and - special modes when PEX_INTERPRETER is activated. Implement these modes so that a PEX venv can be counted on to work exactly like a PEX file.

This was referenced Dec 14, 2020
jsirois added a commit to jsirois/pex that referenced this issue Dec 16, 2020
This brings the venv pex script up to parity with PEX files.

Fixes pex-tool#1136
@jsirois jsirois self-assigned this Dec 17, 2020
jsirois added a commit that referenced this issue Dec 17, 2020
This brings the venv pex script up to parity with PEX files.

Fixes #1136
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 a pull request may close this issue.

1 participant