Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trouble installing to bin="~/bin" under linux #23

Closed
mgr327 opened this issue Dec 24, 2022 · 1 comment · Fixed by #24
Closed

trouble installing to bin="~/bin" under linux #23

mgr327 opened this issue Dec 24, 2022 · 1 comment · Fixed by #24

Comments

@mgr327
Copy link

mgr327 commented Dec 24, 2022

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 '~'/bin

Thank you

@LilithHafner
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants