中间安装了git,很顺利,之后进行了imagemagick的安装,安装也很顺利,最后有这个。
![](https://img.haomeiwen.com/i4204257/aeab78795e928ac4.png)
terminal代码如下
Running `brew cleanup imagemagick`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
这里,terminal提示我run brew cleanup imagemagick。我得查查是不是真要运行。
通过英语的分析,我们知道running仅仅是一个主语名词,所以不用现在就运行。而且我还有一个问题,就是如果真的run了这个brew cleanup imagemagick到底是卸载它还是只是清理它。这问题待解决。
网友评论