Trying to install therubyracer on mavericks using \"gem install therubyracer -v \'0.10.2\'\" but i am getting the following error:
/Users/dennischen/.rvm/rub
I had the same problem, this works for me:
therubyracer (0.10.2) & libv8 (3.3.10.4)
First of all:
brew install apple-gcc42gcc, cpp, g++) to /usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/After, you could try this:
brew install v8gem install libv8 -v '3.3.10.4' -- --with-system-v8gem install therubyracer -v 'therubyracer' or bundle install into the directory of the rails project.