Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#general
Title
r
rough-sundown-61224
05/03/2017, 8:41 PM
@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.
Post