Hacker News new | ask | show | jobs
by dathinab 1628 days ago
Python has probably the worst most miss designed package manager out there.

I mean it doesn't even really have support for proper package versioning, instead it just magically hacks the environment. Which happens to work, but is also kinda a nightmare.

I have no idea why python programmers still mostly accept that as a viable solution.