A proper introduction on how to update julia somewhere accessible?

There is now more tooling!

]add UpdateJulia
using UpdateJulia
update_julia()

I believe this package will handle “Downloading Julia”, “Updating Julia for the terminal”, and " Updating Julia for Juno" (via the method @kevbonham recommended of symlinking in bin).

Should it also support migrating Project.toml and running Pkg.update()?

4 Likes