Application optimization reduces disk usage and reclaims space. 🙂

  • PenguinCoder@beehaw.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 hours ago

    Solved problem. Python virtual environments. Or install another python version with your package manager and make sure the python script calls it in the shebang instead of a generic /usr/bin/env python.

    • Boomkop3@reddthat.com
      link
      fedilink
      arrow-up
      1
      ·
      5 hours ago

      Tried it, but some apps depend on spawning other python processes. Half the time that results in them breaking out of the env cuz they’re using the python in the system path