Skip to content

Installing using a relative path in --path breaks Julia symlink #1216

@omus

Description

@omus

Installing via:

curl -fsSL https://install.julialang.org | sh -s -- --yes --path ./juliaup

Results in the julia symlink also being relative:

$ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions