juliaup icon indicating copy to clipboard operation
juliaup copied to clipboard

Couldn't install in dev container

Open asinghvi17 opened this issue 6 months ago • 0 comments

"name" = "Juliainstaller"
"operating_system" = "Ubuntu 24.4.0 (noble) [64-bit]"
"crate_version" = "1.17.19"
"explanation" = """
Panic occurred in file 'src/bin/juliainstaller.rs' at line 507
"""
"cause" = """
called `Result::unwrap()` on an `Err` value: `config` command failed to load configuration data.

Caused by:
    0: Could not create juliaup home folder.
    1: Permission denied (os error 13)"""
"method" = "Panic"
"backtrace" = """
   0:           0x6d16e8 - rust_begin_unwind
   1:           0x401138 - core::panicking::panic_fmt::h990c036c5c74efe7
   2:           0x4013fc - core::result::unwrap_failed::hed066e95ce7a57f7
   3:           0x42adb8 - juliainstaller::main::h8c982d1398c3d0c2
   4:           0x417524 - std::sys::backtrace::__rust_begin_short_backtrace::h29a2d8bd6c1828f5
   5:           0x42ecac - main
"""

I guess the dev containers don't give permissions in homedir. Could I pass some directory to it that it can work in?

asinghvi17 avatar Jun 26 '25 16:06 asinghvi17