this post was submitted on 29 Jun 2023
357 points (97.9% liked)

Programmer Humor

19175 readers
951 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (12 children)

Honestly, at this point I'm running all my python environments in different docker containers. Much easier to maintain.

[–] [email protected] 1 points 1 year ago (1 children)

Agreed! That's the way we do work projects. For personal stuff, I also like using pyenv. But yeah, that's it, keep it nice and simple.

[–] [email protected] 2 points 1 year ago

phew, glad to hear I'm not a total idiot. 👍

load more comments (10 replies)