-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This is probably related to #287.
Platform: macOS 15.6 on arm64
Version: bob-nvim 4.1.1 (via homebrew)
Running bob use <VERSION>
results in the following:
fm@mba~ $ bob use nightly
Downloaded version nightly to /Users/fm/.local/share/bob/nightly.tar.gz
Jul 30 21:46:30.683 WARN No checksum provided, skipping checksum verification
Finished expanding to /Users/fm/.local/share/bob/nightly
Jul 30 21:46:30.893 ERROR Error: No such file or directory (os error 2)
Interestingly, rerunning the same command seems to succeed:
fm@mba~ $ bob use nightly
Jul 30 21:42:04.702 INFO Looking for nightly updates
Jul 30 21:42:04.702 INFO Nightly is already updated and used!
fm@mba~ $ bob list
┌───────────┬─────────────┐
│ Version │ Status │
├───────────┼─────────────┤
│ nightly │ Used │
│ v0.11.3 │ Installed │
└───────────┴─────────────┘
However, the nvim binary is not available in the $PATH:
fm@mba~ $ nvim
bash: Unknown command: nvim
fm@mba~ $ env | grep bob
fm@mba~ $
I verified that the binary was downloaded successfully:
fm@mba~ $ find ~/.local/share/bob -name nvim -type f
/Users/fm/.local/share/bob/nvim-bin/nvim
/Users/fm/.local/share/bob/nightly/bin/nvim
/Users/fm/.local/share/bob/v0.11.3/bin/nvim
Let me know if you need any more information. I might be able to look into this myself next week or so.
sebastianmarkow, kevinschweikert, bobvork, sethhorsley and goncharov
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working