Failed to build gem native extension when install RedCloth-4.2.9 install Linux

前端 未结 8 2204
清酒与你
清酒与你 2020-12-23 15:14

I want to install Octopress in my computer. I try to do it like

Octopress document.

When I run

bundle install

8条回答
  •  一向
    一向 (楼主)
    2020-12-23 15:46

    it apears you are not using rvm for managing your ruby installation. I think best would be to try rvm, here's a very good guide, you can stop without installing rails: ruby with rvm

    Then simply

    $gem install RedCloth
    

    Unmanaged ruby gems are a pain, I try to avoid them.

提交回复
热议问题