Can I create a pex file that does not run in a vir...
# pex
r
Can I create a pex file that does not run in a virtual environment?
a
what do you mean? you want it to see the system environment? see https://docs.pex-tool.org/api/vars.html#PEX_INHERIT_PATH
h
You can create a zipapp pex that doesn't splat itself out to a virtualenv on first run, but you may run into issues
a venv pex generally works better with weird wheels that expect a venv layout
Can you give more details on the use case?
r