my question is too many on Google but I still cannot find the real answer.
First, I run rails server
: error missing libv8
I try bundle install
and notice that cannot install libv8 library because missing Python.
But I have installed Python before at put it into Path. For example: D:\...:\Python\
: notice that not Python\bin
because python doesn't have bin folder.
I have read some tutorial on internet, has tried to install DevKit
too, but no result.
Please help me. Thanks :)