aloof-jordan-53093
04/14/2025, 12:08 PMpants export --py-resolve-format=symlinked_immutable_virtualenv --resolve=python-default
But it doesn't seem like the resulting venv script adds its bin folder to PATH? Is this a known problem? Should I be looking for a workaround?
I see that there's a --bin parameter. I have no idea as to what it might be for, since it only suggests me to export some pex-cli and scc.dazzling-pizza-75442
04/15/2025, 1:43 PMvenv script are you using? When I source the activate script, it adds the bin to my path. something like:
. dist/export/python/virtualenvs/python-default/3.12.8/bin/activate
The --bin is for something else: https://github.com/pantsbuild/pants/blob/2.24.x/docs/notes/2.24.x.md#exportaloof-jordan-53093
04/15/2025, 5:53 PMactivate script unless I do it myself.aloof-jordan-53093
04/15/2025, 10:58 PM