#<BottleSpecification:0x00000000e9fdb8> 的未定义方法“重建”

undefined method `rebuild' for #<BottleSpecification:0x00000000e9fdb8>

我已经在 Ubuntu 中安装了 LinuxBrew。之后在 运行 上执行以下命令-

   brew install rbenv ruby-build

我收到以下错误:

   Error: undefined method `rebuild' for #<BottleSpecification:0x00000000e9fdb8>

你是如何解决这个问题的?请帮忙。

尝试先更新 brew,然后安装 rbenv,然后安装 ruby-build:

$ brew update
$ brew install rbenv
$ brew install ruby-build