You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#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 whenPEX_INTERPRETER
is activated. Implement these modes so that a PEX venv can be counted on to work exactly like a PEX file.The text was updated successfully, but these errors were encountered: