Ask HN: Package management for multiple modules in C++, Python, Java project?
2 points by choia 1 year ago | 1 commentWe 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 (>50) developers, this get's out of our hands.
Is there a package management system for multiple languages that you guys recommend?
Many thanks!
- gus_massa 1 year agoConda https://docs.conda.io/en/latest/ ??
I'm not sure, but I used it to download some Python packages. It's an alternative to pip, but I'm not sure about the details.