Is there a way to debug "why does Pants bootstrap ...
# general
s
Is there a way to debug "why does Pants bootstrap itself with a given interpreter"? • I have a system minimal py39 • I have a pyenv, first thing on $PATH, of py37 • if I run
python3
I get the pyenv py37 I have a $PATH of
Copy code
/home/wimax/.pyenv/shims:/home/wimax/.config/nvm/versions/node/v17.3.0/bin:/home/wimax/.cargo/bin:/home/wimax/.pyenv/bin:/home/wimax/.pyenv/bin:/home/wimax/.pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/wimax/.pulumi/bin
but if I do
./pants goals
it selects
Copy code
./pants goals
Bootstrapping Pants using /usr/bin/python3.9