-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
mongosh not found #68
Comments
That would mean Lines 53 to 54 in 8a1f170
I'm curious what the error says, since mongosh seems to be correctly installed. package main
import "os/exec"
func main() {
path, err := exec.LookPath("mongosh")
println(path)
if err != nil {
println(err.Error())
}
} |
Hi. Seems the path is ok.
|
Thanks. I'm able to reproduce it on another machine... will try to debug further. |
I could reproduce it on a fresh machine. When I installed MongoDB + all database tools using brew ( Strange indeed, but this may be a useful workaround. |
I really don't have any clue anymore (except the one that something is wrong…) It feels quite strange, given that the entire toolset is installed. Thank you for your time and patience! :) |
Bug description
Cant find mongosh even if its already installed (over brew). If I run mongosh from terminal it starts successfully.
OS: MacOs Sonoma 14.2.1
Reproduction
Opening shell tab.
Version
0.3.0
Relevant log output
Environment information
Severity of this bug
Blocking a specific feature
The text was updated successfully, but these errors were encountered: