Settings

Theme

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

2 points by choia 2 years ago · 1 comment · 1 min read


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.

Is there a package management system for multiple languages that you guys recommend?

Many thanks!

gus_massa 2 years ago

Conda 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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection