打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Installing Jekyll and Ruby on Windows

I used Jekyll for writing some documentation. Installing it on a Mac was easy of course. Now back on a Windows box the installation was a tiny bit more complicated.

But not that hard actually.

First thing you go to http://rubyinstaller.org/downloads/ and download the latest version of Ruby execute it and add its /bin directory to your Path environment variable.

Next and this is the tricky bit – without which you will receive weird errors about fast-stemmer requiring build tools when trying to install Jekyll – you need to download the latest version of DevKit also to be found on http://rubyinstaller.org/downloads/.

Download it and extract it somewhere and then add its /bin directory to your Path variable as well.

Now open your command line and do the following.

cd PATH_TO_YOUR_DEVKIT_DIR
ruby dk.rb init
ruby dk.rb install
view raw gistfile1.sh This Gist brought to you by GitHub.

Now you can run the final step to install Jekyll.

gem install jekyll
view raw gistfile1.sh This Gist brought to you by GitHub.

And you’re done.

· ·

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
ant 中文手册--下载安装
在 windows 安装 Jekyll
ruby之——安装gem提示:Please update your PATH to include build tools or download the DevKit
Flutter pod install problem - undefined method `each_child' for #
在windows下搭建ruby on rails开发环境
在Windows平台上搭建Ruby On Rails开发环境
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服