-
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
Julia Install Crash Report #918
Comments
Unfortunately, one has to force removal of traces of I manage to successfully remove
The cause is the |
Well, apparently, the installation sequence does not work as well in my box. So likely that this is more fundamental than I expected. Sorry. |
No worries. Not that this helps you, but for anyone else with similar issues, this worked for me: sudo chmod 777 /private/tmp |
I will just paste my answer from #796:
|
"name" = "Juliainstaller"
"operating_system" = "Mac OS 12.7.0 [64-bit]"
"crate_version" = "1.14.8"
"explanation" = """
Panic occurred in file 'src/operations.rs' at line 1021
"""
"cause" = """
called
Result::unwrap()
on anErr
value: Failed to open file /Users/caitlinlahuis/.bash_profile.Caused by:
Permission denied (os error 13)"""
"method" = "Panic"
"backtrace" = """
0: 0x1044d1ab4 - core::result::unwrap_failed::h71a35eff74d84b68
1: 0x104383ddc - juliaup::command_config_modifypath::run_command_config_modifypath::hfba9ff76b3bf9106
2: 0x104291458 - juliainstaller::main::h58826e7c28086c63
3: 0x10427ddf0 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc479014f54c9f9ef
4: 0x104295940 - _main"""
The text was updated successfully, but these errors were encountered: