<@U1T2STXH7> the python that pants itself runs as,...
# general
r
@adventurous-art-72916 the python that pants itself runs as, for a plugin? It picks it at the top of the pants run script like
PYTHON=${PYTHON:-$(which python2.7)}
, or the python it’ll use to run things in the repo, which is based on the interpreter_constraints setting.