this post was submitted on 13 Oct 2023
292 points (80.9% liked)

Programmer Humor

31779 readers
279 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[–] krimson@feddit.nl 5 points 10 months ago (1 children)

Nope. I know mixing pip with python packages installed through your systems package manager can be a problem but that’s why I containerize everything.

[–] qaz@lemmy.world 1 points 10 months ago

I separate everything in virtual environments myself, but in my opinion you shouldn't need to that to simply avoid breaking your system.