-
Notifications
You must be signed in to change notification settings - Fork 89
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
Allow users to manually modify PATH
#935
Comments
This should be helped/partially solved by #844, but I think that conversation got a bit side-tracked (talking about XDG compliance in Julia itself, again 🤦). |
Even with #844 addressed, I still find it surprising that the "manual installation option" tries to open any shell config files. Maybe this is a bug? |
Yes, that is a bug, fix is coming with #943. That is only the first part to the broader problem, next I need to output better error messages when these files are not editable and give some instructions on what to do. |
Closed by #943. |
Problem
On many systems, having programs like juliaup modify the
PATH
in a.bash_profile
or.zshrc
config file is not a viable option.Immutable or unreadable configuration files are the source of many crash reports, e.g. the
"Failed to open file"
error (#826, #864, #874, #891, #918, ...).In #796, @davidanthoff mentioned
Feature request
juliaup should provide an option for advanced users where it simply tells them what needs to be manually added to their
PATH
.Such an option seemingly exists, but doesn't appear to work (#875), still running into the
"Failed to open file"
error:This has also been observed in #920:
Related discussions: #796, #920, #875
The text was updated successfully, but these errors were encountered: