Hi all I'm currently using `pex_bootstrapper.boots...
# general
w
Hi all I'm currently using
pex_bootstrapper.bootstrap_pex_env()
to bootstrap imports from an external PEX file within a running Python interpreter. It's working for the current session, but not persistently across other sessions. The reason is I don't want to bootstrap the PEX file every time because it's taking a few seconds. Is there a way to permanently append the code from the PEX file to
sys.path
?