Hi all Can anyone tell how to create a pex file wi...
# general
w
Hi all Can anyone tell how to create a pex file with
--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
argument
b
w
Thank you!