steep-waitress-53641
07/07/2022, 5:35 PM[python-bootstrap]
config, but specifying ["<PYENV>"] isn't working (which may be a pyenv/path issue)
2. What's blocking pants from using python 3.10 (I see the tracking ticket https://github.com/pantsbuild/pants/issues/14111). I see that pex supports python 3.10 as of Novemberish per https://github.com/pantsbuild/pex/issues/1487.hundreds-father-404
07/07/2022, 5:40 PMsteep-waitress-53641
07/07/2022, 5:44 PM[python-bootstrap]
search_path = ["<PYENV>"]
In my pants.toml I've got
[python-bootstrap]
search_path = ["<PYENV_LOCAL>", "<PYENV>", "<PATH>"]
Of course its only in CI where this doesn't work as expected. I'm guessing its something path-based in the CI environment so I'll keep digging
re 2: ack. Do you mind if I add that to the github issue so that you don't get this question as often?hundreds-father-404
07/07/2022, 5:45 PMsteep-waitress-53641
07/07/2022, 5:47 PMhundreds-father-404
07/07/2022, 5:56 PMbusy-vase-39202
07/07/2022, 7:52 PM