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 (>50) developers, this get's out of our hands.<p>Is there a package management system for multiple languages that you guys recommend?<p>Many thanks!
Conda <a href="https://docs.conda.io/en/latest/" rel="nofollow noreferrer">https://docs.conda.io/en/latest/</a> ??<p>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.