Closed sevoku closed 1 year ago
On macOS the extension doesn't set the executable flag on the shell binary and therefore fails with an error when it tries to run it. Running chmod +x mongoshell/OSX/mongosh fixes it.
chmod +x mongoshell/OSX/mongosh
On macOS the extension doesn't set the executable flag on the shell binary and therefore fails with an error when it tries to run it. Running
chmod +x mongoshell/OSX/mongosh
fixes it.