how do I tell Pants to use a different Python to r...
# general
f
how do I tell Pants to use a different Python to run itself once I’ve switched the Python to use with
pyenv
? Do I need to delete a venv or something else?
h
The
pants
script will use the first suitable python it finds on PATH, I think
Are you seeing errors from the pyenv rug-pulling?