I am using W7 64bit. Simply put, when I enter:
C:\\Sites>gem install libv8
I get this result:
Temporarily enhancing PATH to
I had this problem, and @xiy above led me to the answer. Had to change
gem 'therubyracer'
to
gem 'therubyracer', :platforms => :ruby
as Windows does not need or like that gem.