Simple Python [executable] version management, that is.

  • Jim@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’ve used pyenv for years and it’s an awesome tool. Keeps python binaries separate and it has a virtualenv plugin. I’ve gotten others to use it as well.

    It works great for library owners who need to run tox/nox on multiple versions of python in test suites. Love it.