better-van-82973
09/29/2023, 7:10 PMProcess
(which executes external processes) and VenvPexProcess
(which runs inside a virtual environment + PEX). Is there a way to run a OS-level process inside the venv, but NOT using PEX?enough-analyst-54434
09/29/2023, 7:13 PMenough-analyst-54434
09/29/2023, 7:13 PMbetter-van-82973
09/29/2023, 7:15 PMruff
from the command line inside a venv and was trying to go through the Pants internals to see how it works; it uses VenvPexProcess
internally and I see that there is an open issue on Github here on what seems like the same thing: https://github.com/pantsbuild/pants/issues/19270
https://github.com/pantsbuild/pants/blob/main/src/python/pants/backend/python/lint/ruff/rules.py#L72enough-analyst-54434
09/29/2023, 7:16 PMbetter-van-82973
09/29/2023, 7:17 PMVenvPexProcess
does?enough-analyst-54434
09/29/2023, 7:19 PMbetter-van-82973
09/29/2023, 7:21 PMenough-analyst-54434
09/29/2023, 7:21 PMenough-analyst-54434
09/29/2023, 7:21 PMbetter-van-82973
09/29/2023, 7:21 PMbetter-van-82973
09/29/2023, 7:22 PM