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.

Ask HN: Package management for multiple modules in C++, Python, Java project?

2 pointsby choiaover 1 year ago
We are working on a big project with many components that depends on one another. Current management is flat so we just bring the system to some stable state and take a snapshot. But as the project grows (&gt;50) developers, this get&#x27;s out of our hands.<p>Is there a package management system for multiple languages that you guys recommend?<p>Many thanks!

1 comment

gus_massaover 1 year ago
Conda <a href="https:&#x2F;&#x2F;docs.conda.io&#x2F;en&#x2F;latest&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.conda.io&#x2F;en&#x2F;latest&#x2F;</a> ??<p>I&#x27;m not sure, but I used it to download some Python packages. It&#x27;s an alternative to pip, but I&#x27;m not sure about the details.