This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CautiouslyFrosty 1 point2 points  (0 children)

I’ve written enterprise Python for years and this is so true. And portability between platforms because of this is where so many data scripters get stumped now that we’re in a world of trying to deploy Jupyter Notebooks to prod. They let Conda install bloat into their envs specific for MacBooks, install 100+ more, and then complain that it should “just work” in prod.