You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia does not automatically tilde-expand (see, e.g. JuliaLang/julia#1136). I've added manual expansion and this should be fixed in the current release (0.4.2).
Tried
update_julia("1.9", dry_run=false, systemwide=false, bin="~/bin")
which I hoped would install in the
bin
directory in the home directory. Instead got the directory '~' created, and the link installed in '~'/binThank you
The text was updated successfully, but these errors were encountered: