Simple Python [executable] version management, that is.

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

    pyenv also has this with the .python-version file which will switch versions. And with the plugin, you can use virtualenvs in pyenv so that a .python-version can be simply: my-cool-project-virtualenv and switching to that directory automatically switches to it.