TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Dependency management for grown ups

13 pointsby mattybover 14 years ago

1 comment

mihasyaover 14 years ago
I think any serious infrastructure is going to need a cross-language, cross package manager entity that just lines everything up. I've run into the problem with pip on ubuntu where it puts something in the requirements file, but that thing isn't actually in pypi but was installed by apt or worse, if I generated the requirements file on my mac, macports.<p>I think more examples of how proper config management tools make that sort of clusterfuck manageable would go a long way towards convincing people that if you're expecting your product to have any longevity, you have to pay attention to this stuff and do it right.