1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] How do I get tox to use interpreters installed by pyenv when using tox installed via...

Discussão em 'Python' iniciado por Stack, Setembro 12, 2024.

  1. Stack

    Stack Membro Participativo

    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?

    Continue reading...

Compartilhe esta Página