Sorry Python but it is what it is.

  • qaz
    link
    fedilink
    49 months ago

    You’ve never had broken dependencies?

    • @krimson@feddit.nl
      link
      fedilink
      59 months ago

      Nope. I know mixing pip with python packages installed through your systems package manager can be a problem but that’s why I containerize everything.

      • qaz
        link
        fedilink
        19 months ago

        I separate everything in virtual environments myself, but in my opinion you shouldn’t need to that to simply avoid breaking your system.