我正在尝试卸载我的旧 sql,以便我可以安装一个新的。我正在关注这篇文章,但停留在launchctl unload
.
[~/Library/LaunchAgents]$ ls
com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
com.mysql.mysqld.plist
com.facebook.videochat.ava.plist
homebrew.mxcl.postgresql.plist
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
launchctl: Couldn't stat("/Users/ava/Library/LaunchAgents/homebrew.mxcl.postgresql.plist"): No such file or directory
nothing found to unload
为什么在文件存在时找不到文件?