flat-zoo-31952
05/28/2020, 8:24 PMinterpreter_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?hundreds-father-404
05/28/2020, 8:25 PMinterpreter_search_paths = ['<PYENV>']
work? That will only expose Pyenv paths to Pants.
Also, which version of Pants are you using? We recently added <PYENV_LOCAL>
so that running pyenv local
will be picked up by Pants.witty-crayon-22786
05/28/2020, 8:26 PMflat-zoo-31952
05/28/2020, 8:27 PMflat-zoo-31952
05/28/2020, 8:28 PM./pants clean-all
and then the repl command again and got the one i wantedhundreds-father-404
05/28/2020, 8:28 PMhundreds-father-404
05/28/2020, 8:29 PMwitty-crayon-22786
05/28/2020, 8:29 PMflat-zoo-31952
05/28/2020, 8:29 PMwitty-crayon-22786
05/28/2020, 8:30 PMhundreds-father-404
05/28/2020, 8:30 PMflat-zoo-31952
05/28/2020, 8:32 PMwitty-crayon-22786
05/28/2020, 8:33 PMflat-zoo-31952
05/28/2020, 8:34 PMwitty-crayon-22786
05/28/2020, 8:35 PMflat-zoo-31952
05/28/2020, 8:36 PMwitty-crayon-22786
05/28/2020, 8:36 PMwitty-crayon-22786
05/28/2020, 8:37 PMflat-zoo-31952
05/28/2020, 8:37 PMflat-zoo-31952
05/28/2020, 8:41 PMflat-zoo-31952
05/28/2020, 8:42 PM