Simple Python [executable] version management, that is.

  • Jim
    link
    English
    41 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.

    • redcalcium
      link
      fedilink
      English
      31 year ago

      Automatically switching to virtual environment seems like an even useful thing to me. Thanks for mentioning it.