326
Package managers be like (linux.community)

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[-] gronjo45@lemm.ee 24 points 11 months ago

Memes like this make me ever more confused about my own software work flow. I'm in engineering so you can already guess my coding classes were pretty surface level at least at my uni and CC

Conda is what I like to use for data science but I still barely understand how to maintain a package manager. Im lowkey a bot when it comes to using non-GUI programs and tbh that paradigm shift has been hard after 18 years of no CLI usage.

The memes are pretty educational though

[-] goatbeard@lemm.ee 36 points 11 months ago

Try not to learn too much from memes, they're mostly wrong. Conda is good, if you're looking for something more modern (for Python) I'd suggest Poetry

[-] Pantoffel@feddit.de 5 points 11 months ago

Tbh, I'm always ending up having issues using poetry and conda. I prefer using penv and pip.

[-] mog77a@lemmy.ml 2 points 11 months ago

100% this. I remember really really trying to get the hang of them and eventually just giving up and doing it manually every time. I somehow always eventually mess something up or god forbid someone who isn't me messes it up and I end up spending 4 hours dependency hunting. Venv and pip while still annoying are at least reliable and dead simple to use.

However, a container is now my preferred way of sharing software for at least the past 6 years.

[-] Pantoffel@feddit.de 1 points 11 months ago

Yup. A container i slow to rebuild, but at least the most robust. This is my preferred way to share python code when there are system dependencies involved.

load more comments (1 replies)
load more comments (1 replies)
this post was submitted on 13 Oct 2023
326 points (81.6% liked)

Programmer Humor

32069 readers
379 users here now

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

Rules:

founded 5 years ago
MODERATORS