Actually, it was a bit complicated.
I use my own dotfiles , so I have ~/.dotfiles/bin in my PATH.
I also noticed that the problem is with python v3 vs v2 .
So the fix was pretty simple, without breaking my system:
ln -s /usr/bin/python2 ~/.dotfiles/bin reload gem install libv8
Leaving my Gemfile as follows:
[...] gem 'therubyracer', :require => 'v8', :platforms => :ruby [...]
And BOOM, it worked.
Thanks for the help. Sorry for the delay in reply.
Greetings
EDIT
The problem has been fixed in the new release of therubyracer (0.11.1).
source share