is there a way to consistently force pants to use ...
# general
f
is there a way to consistently force pants to use my locally-built pyenv python intepreter? i've set this line in pants.ini
Copy code
interpreter_search_paths = ['<PYENV>', '<PEXRC>', '<PATH>']
is there a way to force pants to use a desired interpreter? or even reliably output which one it's using?