What is the current behavior?
Not supported (AFAICT)
Describe the feature
There is a flag to bundle an interpreter in PEX:
https://github.com/pex-tool/pex/blob/main/docs/scie.md?plain=true
It can be either eager (part of the bundle) or lazy (fetched on first run).
What is the current behavior?
Not supported (AFAICT)
Describe the feature
There is a flag to bundle an interpreter in PEX:
https://github.com/pex-tool/pex/blob/main/docs/scie.md?plain=true
It can be either
eager(part of the bundle) orlazy(fetched on first run).