Hello all,
I am having trouble understanding how to keep things tidy with multiple Julia versions on my machine (OSX Catalina 10.15). The older versions aren’t doing me much good, since I haven’t been able to get their packages to import into the version I am using (JuliaPro version 1.4.2). How can I update Julia to the latest version without having to re-install all of the packages again? It would be nice to just have a single Julia that keeps packages when I update it and that just updates the packages as the need arises.
For reference, I have the following Julia locations:
/Applications/Julia-1.1.app/
/Applications/Julia-1.1.app/
/Applications/Julia-1.1.app/
/Applications/JuliaPro-1.2.0-1.app/
/Applications/JuliaPro-1.4.0-1.app/
~/.julia/
~/.jlenv/
~/.juliapro/
~/Library/Jupyter/kernels/julia-1.0/
~/Library/Jupyter/kernels/julia-1.1/
~/Library/Jupyter/kernels/julia-1.2/
~/Library/Jupyter/kernels/juliapro_v1.4.2-1-1.4/
My shell julia is aliased to
/Applications/JuliaPro-1.4.2-1.app/Contents/Resources/julia/Contents/Resources/julia/bin/julia.
Is this partially an issue with JuliaPro and regular Julia?