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
Command: curl -fsSL https://install.julialang.org | sh -s -- --add-to-path=false
curl -fsSL https://install.julialang.org | sh -s -- --add-to-path=false
I was trying to use the flag --add-to-path which is listed in the install.sh file.
Contents of .toml error report file:
"name" = "Juliainstaller" "operating_system" = "Linux 22.4.0 (jammy) [64-bit]" "crate_version" = "1.17.4" "explanation" = """ Panic occurred in file 'src/config_file.rs' at line 264 """ "cause" = 'called `Result::unwrap()` on an `Err` value: Os { code: 38, kind: Unsupported, message: "Function not implemented" }' "method" = "Panic" "backtrace" = """ 0: 0x7fe34cc31fd3 - juliaup::config_file::load_mut_config_db::h17708e3e48f29833 1: 0x7fe34cc63e7a - juliaup::command_config_backgroundselfupdate::run_command_config_backgroundselfupdate::ha122c3591207c00f 2: 0x7fe34cb40081 - juliainstaller::main::h63853937fd34f393 3: 0x7fe34cb281b3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h95df1f7b0e338f32 4: 0x7fe34cb45ab4 - main"""
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Command:
curl -fsSL https://install.julialang.org | sh -s -- --add-to-path=false
I was trying to use the flag --add-to-path which is listed in the install.sh file.
Contents of .toml error report file:
The text was updated successfully, but these errors were encountered: