white-twilight-61019
05/10/2024, 3:29 AM--venv prepend --venv-use-site-packages-copies
arguments using pantsbuild BUILD file or pants command line?
I found this link for venv_site_packages_copies
https://www.pantsbuild.org/2.22/reference/targets/pex_binary#venv_site_packages_copies
This option will enable venv_site_packages_copies
. But I'm not able to find a way to build pex with prepend
argumentbroad-processor-92400
05/10/2024, 4:22 AMexecution_mode="venv"
passes --venv prepend
. https://github.com/pantsbuild/pants/blob/a3eaf7007fcb2d878edd9f08d922799289567c25/src/python/pants/backend/python/goals/package_pex_binary.py#L[…]12white-twilight-61019
05/10/2024, 4:23 AM