We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encountered the following error when attempting to install Julia with the command curl -fsSL https://install.julialang.org | sh
curl -fsSL https://install.julialang.org | sh
This is from the toml file:
"name" = "Juliainstaller" "operating_system" = "Mac OS 14.5.0 [64-bit]" "crate_version" = "1.14.9" "explanation" = """ Panic occurred in file 'src/operations.rs' at line 1021 """ "cause" = """ called `Result::unwrap()` on an `Err` value: Failed to open file /Users/suzy/.bash_profile. Caused by: Permission denied (os error 13)""" "method" = "Panic" "backtrace" = """ 0: 0x104583d94 - core::result::unwrap_failed::h8e3b933261dd7fec 1: 0x104447990 - juliaup::command_config_modifypath::run_command_config_modifypath::hca63d35b576be3c9 2: 0x10435758c - juliainstaller::main::hb0bee2b2a4d9e158 3: 0x104343268 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2b1ac18042ef3658 4: 0x10435bc4c - _main"""
The text was updated successfully, but these errors were encountered:
Duplicate of #920 I think.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I encountered the following error when attempting to install Julia with the command
curl -fsSL https://install.julialang.org | sh
This is from the toml file:
The text was updated successfully, but these errors were encountered: