maduncle@lemmy.world to linuxmemes@lemmy.world · 4 months ago"When does <insert package name> get update ?" moment.lemmy.world5852023
497"When does <insert package name> get update ?" moment.lemmy.worldmaduncle@lemmy.world to linuxmemes@lemmy.world · 4 months ago58
Show Contentslazer2au@lemmy.worldEnglish4·4 months agoCan you not build it in a venv to not mess with your system packages?
Show Contentmitchty@lemmy.sdf.org2·4 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.