• @monkey
    link
    229 months ago

    Pyenv! Let the OS have its own version and work on whatever version you want, whenever.

    • Scribbd
      link
      fedilink
      8
      edit-2
      9 months ago

      Also pipx for cli tools. It creates isolated environments for every tool you install. And upgrading is one command away pipx reinstall-all --python (your pyenv).