@maduncle@lemmy.world to linuxmemes@lemmy.world • edit-23 months ago"When does <insert package name> get update ?" moment.lemmy.worldimagemessage-square60arrow-up1521
arrow-up1521image"When does <insert package name> get update ?" moment.lemmy.world@maduncle@lemmy.world to linuxmemes@lemmy.world • edit-23 months agomessage-square60
minus-squareslazer2aulinkfedilinkEnglish4•3 months agoCan you not build it in a venv to not mess with your system packages?
minus-square@mitchty@lemmy.sdf.orglinkfedilink2•3 months agoThat would only solve it for python, not for say c shared libraries. For that you’re in nix land or guix or if you hate yourself containers. I’m in nix land so I just write nix derivations so not a big deal having many versions of the same thing at once.
Can you not build it in a venv to not mess with your system packages?
That would only solve it for python, not for say c shared libraries. For that you’re in nix land or guix or if you hate yourself containers.
I’m in nix land so I just write nix derivations so not a big deal having many versions of the same thing at once.