bum icon indicating copy to clipboard operation
bum copied to clipboard

Thread 'main' panicked

Open ronniery opened this issue 1 year ago • 0 comments

  • I had a bun installation on my system, I removed with rm -rf ~/.bun
  • Then I installed bum with the install script
  • Ran bum list
➜  ~ bum list     
thread 'main' panicked at src/bun.rs:21:10:
Failed to execute bun -v, is bun installed?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  • So bun is missing, I decided to install the version 1.0.3
➜  ~ bum use 1.0.3
Bum - installing bun for version 1.0.3...
Extracting zip file...
Bun v1.0.3 is activated.
  • Then bum list, same previous error.

System:

➜  ~ uname -a 
Linux <redacted> 6.5.0-1025-oem #26-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 12:35:22 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
➜  ~ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 24.04 LTS
Release:	24.04
Codename:	noble
➜  ~ bun -v
zsh: command not found: bun

ronniery avatar Aug 09 '24 09:08 ronniery