I am happy to present you the Conda.jl package, a binary
dependencies manager for Julia based on the open-source conda package manager.
Some interesting features of the Conda package manager:
- You can easily add your own software and use your own
channel for software distribution;
- You can install packages as non root on Linux;
- Conda is cross-plateforme, and you can use it
for all your binary dependencies, provided the binaries have been
uploaded.
I'll love to have your input on the code or the functionalities.
Cheers
Guillaume
What hasn't been done yet, but potentially could be, would be adding Julia and Julia packages to Conda so you could do "conda install julia" or "conda install DataFrames.jl" or similar. I'm not sure whether that would really solve all that many problems since you're adding an extra installation and packaging (and future updating) step beyond what we already do with base Julia, Pkg, and METADATA, but if anyone out there really wants to see that happen you're welcome to go for it.