this post was submitted on 13 Oct 2023
304 points (80.8% liked)
Programmer Humor
32371 readers
578 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Python virtual environments feel really archaic. It's by far the worst user experience I've had with any kind of modern build system.
Even a decade ago in Haskell, you only had to type
cabal sandbox init
only once, rather thansource virtualenv/bin/activate.sh
every time youcd
to the project dir.I'm not really a python guy, but having to start touching a python project at work was a really unpleasant surprise.