chilly-holiday-77415
08/16/2023, 7:14 PMexecution_mode="venv" and venv_site_packages_copies=True in a test environment? Context here: I’m trying to test AWS CDK code which depends on an installed node binarychilly-holiday-77415
08/16/2023, 7:16 PMenough-analyst-54434
08/17/2023, 6:30 PMpants.toml config? For example, if this is set to True, that would foil you here: https://www.pantsbuild.org/v2.17/docs/reference-pex#venv_use_symlinkschilly-holiday-77415
08/18/2023, 9:08 AM------------------------------- Captured stderr --------------------------------
b'No version is set for command node\n'
b'Consider adding one of the following versions in your config file at \n'
b'nodejs 18.6.0\n'
b'nodejs 19.4.0\n'
b'nodejs 16.19.0\n'
which lead me to try and follow the same path - the cdk pex itself is working (in that it runs without complaint). Here’s my full pants.toml…chilly-holiday-77415
08/18/2023, 9:09 AMenough-analyst-54434
08/18/2023, 10:16 AMb'Consider adding one of the following versions in your config file at \n'
Note the ghost "" config file. I know ~nothing about node here but you do. Does that prompt you?enough-analyst-54434
08/18/2023, 10:17 AMenough-analyst-54434
08/18/2023, 10:18 AMchilly-holiday-77415
08/18/2023, 12:44 PMasdf issue I think, I also know ~nothing about node except I installed it with that and it seems like that phrase is generated by asdf from googling it 🙂 thanks John!