this post was submitted on 16 May 2024
349 points (96.5% liked)

Programmer Humor

32063 readers
1335 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.