this post was submitted on 16 May 2024
370 points (96.7% liked)

Programmer Humor

32051 readers
1535 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] qqq@lemmy.world 2 points 4 months ago* (last edited 4 months ago)

You can use ~/.local/lib and LD_LIBRARY_PATH for shared libs.

Or better yet just give in and use the nix package manager, it is basically a virtual environment for your C programs.