我目前在使用Macbook的OS / X上。我想停止运行mongodb服务的实例。因此,我尝试:
> sudo service mongodb stop
sudo: service: command not found
在Google上查找后,他们要求我添加PATH,因此我执行了以下操作:
> `vim ~/.bash_profile` (created a new bash_profile) and added the following there:
export PATH=/usr/bin:/usr/sbin:/bin:/usr/local/bin:/sbin:/opt/x11/bin:$PATH
它似乎不起作用,并且仍然出现相同的错误: