Recently, I want to update my current 0.4.X version to latest 0.5.0. What's the best practice to accomplish this job? Do I have to first remove my current version before installing the new one? What about these installed packages, do I have to reinstall them one by one? Can my IDE (like Atom) support the new version automatically (or only with slight modification)?
Take the .julia/v0.4/REQUIRE file and plop it in .julia/v0.5, and then when you Pkg.update()
it will add all of those packages. You might need to do using Atom
in the REPL in order to have Juno properly re-compile before using it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With