maduncle@lemmy.world to linuxmemes@lemmy.world · edit-24 个月前"When does <insert package name> get update ?" moment.lemmy.worldexternal-linkmessage-square59fedilinkarrow-up1517
arrow-up1517external-link"When does <insert package name> get update ?" moment.lemmy.worldmaduncle@lemmy.world to linuxmemes@lemmy.world · edit-24 个月前message-square59fedilink
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up4·4 个月前Can you not build it in a venv to not mess with your system packages?
minus-squaremitchty@lemmy.sdf.orglinkfedilinkarrow-up2·4 个月前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.
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.