white-twilight-61019
05/09/2024, 2:02 PMpex_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
?