alert-psychiatrist-14102
08/16/2023, 3:46 PMpants.backend.python.providers.experimental.pyenv.
First of all, super exciting and thank you!
AFAIU, currently, this is allowing to use the hermetic python version for local runs, e.g. all of pants run and pants test . However, it seems that pants package still creates a pex without the hermetic version and relies on system python.
Question -
1. Did I understand correctly or am i missing a functionality?
2. If i did, is it planned to use the hermetic version inside packages as welll?
Thank you.bitter-ability-32190
08/16/2023, 3:56 PMpex_binary it's out of Pants' hands.
the target itself has a few knobs/levers for controlling how Pex discovers interpreters and selects them.
Like https://www.pantsbuild.org/docs/reference-pex_binary#codeshebangcode and https://www.pantsbuild.org/docs/reference-pex_binary#codeinterpreter_constraintscodebitter-ability-32190
08/16/2023, 3:57 PMalert-psychiatrist-14102
08/16/2023, 4:18 PMbitter-ability-32190
08/16/2023, 4:20 PMalert-psychiatrist-14102
08/16/2023, 4:20 PMenough-analyst-54434
08/17/2023, 6:32 PMalert-psychiatrist-14102
08/17/2023, 11:08 PMenough-analyst-54434
08/17/2023, 11:10 PMscience), may be useful then.enough-analyst-54434
08/17/2023, 11:13 PMalert-psychiatrist-14102
08/18/2023, 8:10 AM