HACKER Q&A
📣 catsareok

Why is the Python environment so fragile, and why do we tolerate this?


Why is the Python environment so fragile, and why do we tolerate this?


  👤 PaulHoule Accepted Answer ✓
Never run pip outside a virtualenv. Never install packages with pip —local. I saw a team of data scientists who could never keep their environments working because they did the later. Don’t waste your time with anaconda.

👤 metadat
How do you mean? Can you clarify a bit?

👤 arthurcolle
virtualenv or Poetry. What's the problem?

👤 thesuperbigfrog
https://xkcd.com/1987/ is still true.