Wasted 4 hours.
Deleted all old vsns of ruby.
Got the latest sources.
./configure
make
sudo make install
Works !
0 replies 5 retweets 11 favorites
Reply
$ sudo gem install jekyll ERROR: Error installing jekyll: redcarpet requires Ruby version >= 1.9.2 $ ruby -v ruby 1.9.3p0 Agggghhhhh
#2 楼 @nouse 他吐槽的是安装 Ruby 所用的包管理器。
Package managers suck. Compiling the sources is far quicker.
https://twitter.com/joeerl/status/557190665332064256
如果他说的是 Gems,那么解决方法应该是下载 gem 包源码,然后 rake install。
我觉得明明这个才算神吐槽,23333~
Joe Armstrong @joeerl · 1 月 5 日 46 years of programming, a PhD and professorship and I can't figure out how to manage disk space on my phone - so tell me, how do you do it? 0 回复 147 转推 129 收藏 回复 转推 147 收藏 129 更多
Joe Armstrong @joeerl · 1 月 5 日 My android phone is out of disk memory. I have 12 GBytes free on an SD card. Did the android designers understand memory management?
#4 楼 @jiyinyiyong 这也和 gems 没关系,jekyll 依赖 Ruby 版本 1.9.2,他自己的环境不对,gem 也给出了正确了反馈。刚好今天看到了 scoop(win 下的 homebrew)的 demo,里面一模一样的例子,人还赞了一把 gem 说依赖管理做得好呢。