Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[–] 37 points 2 years ago (2 children)

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

  • source
  • parent
  • hideshow 4 child comments
  • [–] 6 points 2 years ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments