我对使用Homebrew不熟悉,我天真地尝试了brew -v命令,看是否能给我安装的homebrew版本,但我却得到了以下输出:
==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.3.7.leopard_64.bottle.tar.gz
######################################################################## 100.0%
==> Pouring portable-ruby-2.3.7.leopard_64.bottle.tar.gz
Homebrew 1.7.3-17-g817b72d
Homebrew/homebrew-core (git revision 6b80; last commit 2017-12-22)
我不确定这是怎么做的,以及在系统中的什么位置,或者如何撤消/卸载我刚刚安装的内容。
任何帮助将不胜感激
我在运行High Sierra的Mac上
答案 0 :(得分:1)
如果我输入brew -v
,则会得到:
Homebrew 1.7.3-2-g654ad46
Homebrew/homebrew-core (git revision 8a091; last commit 2018-09-03)
在您的情况下,它首先安装portable-ruby
,因为您之前从未运行过此命令,而且homebrew需要此程序包才能运行。
这只是正常现象。