1

I have installed LinuxBrew in Ubuntu. After that on running the following command-

   brew install rbenv ruby-build

I get the following error:

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

How do you resolve this?Please help.

Gayatri
  • 343
  • 1
  • 6
  • 19

1 Answers1

2

Try updating brew first and then installing rbenv followed by ruby-build:

$ brew update
$ brew install rbenv
$ brew install ruby-build
Gerry
  • 10,337
  • 3
  • 31
  • 40