3

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 :)

4

1 に答える 1

3

DevKit の他に、Python をインストールしてパスに含める必要があります。Python ダウンロード ページには、Windows 用の Python インストーラーがいくつかあります。

libv8 でサポートされていないため、Python 3.2.3 での最初の試みは失敗しました。2.7での 2 回目の試みは成功しました。

于 2012-09-08T22:22:28.513 に答える