therubyracer install error

后端 未结 12 1026

As you can see below, libv8 installs fine, but therubyracer doesn\'t. I\'m using Mac 10.7.4.

~/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1> gem install lib         


        
12条回答
  •  执笔经年
    2020-12-13 09:49

    You can use the Libv8 from the brew instead of the one from gem. You can do that by following commands:

    $ gem uninstall libv8
    $ brew install v8
    $ gem install therubyracer
    

提交回复
热议问题