install.sh: ine 52: mongosh: command not found(Ubuntu系统-arm架构)
install.sh: ine 52: mongosh: command not found
install.sh: line 52: mongosh: command not found
报错解释:
这个错误表明在运行名为 install.sh
的脚本文件的第52行
时,脚本尝试执行 mongosh 命令
,但是系统中没有找到 mongosh
这个命令。mongosh
是 MongoDB
的一个交互式 shell
,如果系统中没有安装 MongoDB
或者 mongosh
没有正确地添加到环境变量中,就会出现这个错误。