I installed tox globally via pipx as follows:
pipx install tox
tox --version
4.6.4
I have installed Python 3.10 via pyenv as follows:
pyenv install 3.10.12
However, when I run tox
with a py310
environment, I get the following error message:
skipped because could not find python interpreter with spec(s): py310
How can I get tox (installed via pipx) to recognise the versions of Python I installed via pyenv?