Join Slack
Powered by
Can I create a pex file that does not run in a vir...
# pex
r
rough-rain-21579
04/17/2024, 5:28 PM
Can I create a pex file that does not run in a virtual environment?
a
abundant-autumn-67998
04/17/2024, 6:40 PM
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
happy-kitchen-89482
04/17/2024, 6:56 PM
You can create a zipapp pex that doesn't splat itself out to a virtualenv on first run, but you may run into issues
happy-kitchen-89482
04/17/2024, 6:56 PM
a venv pex generally works better with weird wheels that expect a venv layout
happy-kitchen-89482
04/17/2024, 6:57 PM
Can you give more details on the use case?
r
rough-rain-21579
04/24/2024, 4:37 PM
See the following thread.
https://pantsbuild.slack.com/archives/C046T6T9U/p1706297386310739
for background.
12
Views
Open in Slack
Previous
Next