Installing via: ```sh curl -fsSL https://install.julialang.org | sh -s -- --yes --path ./juliaup ``` Results in the `julia` symlink also being relative: ```sh $ ls -l ./juliaup/bin total 10504 lrwxrwxrwx 1 runner docker 27 Jul 11 15:20 julia -> ./juliaup/bin/julialauncher -rwxr-xr-x 1 runner docker 3307984 Apr 23 15:39 julialauncher -rwxr-xr-x 1 runner docker 7446136 Apr 23 15:39 juliaup $ ./juliaup/bin/julia bash: ./juliaup/bin/julia: Not a directory ```