JuliaLang / juliaup

Julia installer and version multiplexer
MIT License
1.01k stars 85 forks source link

[suggestion] juliaup add <channel> <version> #234

Open deoradh opened 2 years ago

deoradh commented 2 years ago

Say I want to peg a channel named dev to the latest 1.7~aarch64 version. With the existing add and link, I don't see that as possible. Consider adding juliaup add <channel> <version>:

simeonschaub commented 2 years ago

You can do this with juliaup link dev julialauncher +1.7~aarch64

deoradh commented 2 years ago

I thought that required a pointer to the actual julia install path. If that's not the case, then bonus, and maybe this is a docs opportunity.