我试图安装octopuses,但我在安装RedCloth (http://redcloth.org)时遇到了问题。我认为this one也存在同样的问题,但这是windows的解决方案,我运行的是OSX (10.8)。
--编辑--
发布于 2014-04-23 00:55:15
尝试从Synaptic安装ruby1.9.1-dev包,或者使用apt-get。
在命令提示符下:
sudo apt-get install ruby1.9.1-dev
然后:如果您正在使用Bundler gem,您可以输入bundle install来安装它,否则您可以通过gem install RedCloth手动安装它
https://stackoverflow.com/questions/12657370
复制相似问题