Ruby on Windows7 - could not find gem

前端 未结 3 1002
情书的邮戳
情书的邮戳 2021-01-21 09:44

I\'m setting up a ruby Apache Buildr on a fresh Windows 7 machine. I\'ve installed Ruby, the DevKit and installed buildr via

    gem install buildr
3条回答
  •  离开以前
    2021-01-21 10:37

    Had the same problem. I have Windows 7 x64 so installed again with gem install buildr --platform mswin64 and it worked.

提交回复
热议问题