This is my first post on my new site, I hope someone finds it helpful!

    • keisatsu@infosec.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months ago

      Yeah it took a while for me to find as well, Debian moved to managing alot of packages you used to install with pip. In many cases you can just prefix pip packages with python3- and find them via apt.

      • h0bbl3s@lemmy.worldOP
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        I knew that worked for a lot of stuff. That used to be what I’d try first but I honestly just use a venv for pretty much anything that uses pip nowadays. Still helpful to know there is a package though thanks! I intend to test it out.