I have a Mac and I use julia
I install julia on my mac manually
I wish to use juliaup
However I failed to find documentation about juliaup (especially about how it stores various version of julia internally)
This is what I know about juliaup
- juliaup uses channel
- juliaup hides julia and instead replaces julia executable with julialauncher executable
- to use julia I type “julia +1.6 options options” on the commandline
- the julialauncher determines that I wanted julia 1.6.x and launches it
What I WANT to know is
- Where do juliaup puts varies version of julia on my mac
- Where is julialauncher located
- What happens to my existing julia that I have installed manually?
- Where can I find documentation about how juliaup works (ie question 1 and 2 and 3)
- Who do I contact for help and questions
- What happens to my existing symbolic link below after I install juliaup
$ cd /usr/local/bin
$ ls -l julia
lrwxr-xr-x 1 ssiew admin 63 28 Dec 14:41 julia -> /Applications/Julia-1.10.app/Contents/Resources/julia/bin/julia
Regards