

After I did that I was able to successfully run sudo gem install jekyll. I tried a number of things but what finally did it was making sure I had the latest version of Xcode installed. Results logged to /Library/Ruby/Gems/2.3.0/extensions/universal-darwin-18/2.3.0/http_parser.rb-0.6.0/gem_make.out Gem files will remain installed in /Library/Ruby/Gems/2.3.0/gems/http_parser.rb-0.6.0 for inspection.

Make: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Platforms/atform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/amework/Versions/2.3/usr/include/ruby-2.3.0/universal-darwin18/ruby/config.h', needed by `ruby_http_parser.o'. is made possible through a partnership with the greater Ruby community. Become a contributor and improve the site yourself.

Instantly publish your gems and then install them.Use the API to find out more about available gems. siteconf20181120-2738-1uao5qi.rb extconf.rb is the Ruby community’s gem hosting service. System/Library/Frameworks/amework/Versions/2.3/usr/bin/ruby -r. This could take a while.ĮRROR: Failed to build gem native extension.Ĭurrent directory: /Library/Ruby/Gems/2.3.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser My first assumption was to try to just reinstall Jekyll but that didn’t work: sudo gem install jekyllīuilding native extensions. This post exists to hopefully provide help to other people when they run into this issue. So I was a little annoyed when I finally updated to Mojave (10.14) and received the following error: /usr/local/bin/jekyll: /System/Library/Frameworks/amework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directory Verify that Bundler gem has been installed properlyįollowing the commands on official Jekyll Quick-start guide, a new Jekyll blog should be created and can be browsed at 127.0.0.1:4000.I’m not a huge fan of installing the latest and greatest version of anything until it’s had a chance to bite other people when it breaks. Verify that Jekyll gem has been installed properly In opened notepad window, if it's not already there, add a new line - C:/Ruby23-圆4 at the end, save and close.īack to the Command Prompt, review (optional) and install. Insdie C:/DevKit, open up a command prompt window and execute the following commands: Install Ruby Step 1: Install Homebrew Homebrew makes it easy to install development tools on a Mac. Run the installer and extract it to a folder, e.g. Ruby 1.8.6 to 1.9.3: DevKit tdm-32-4.5.2 Ruby 2.0.0: DevKit mingw64-32-4.7.2 Ruby 2.0.0 圆4: DevKit mingw64-64-4.7.2 gem 'jekyll-theme-minimal', '> 0.0.3' 2.- Install the theme: bundle install 3.- Add the following to your site’s config.yml to activate the theme (comment out 'minima' and add the new one): theme: jekyll-theme-minimal 4.
#GEM INSTALL JEKYLL HOW TO#
Here is a list about how to choose the correct DevKit version:

DEV Community is a community of 766,941 amazing developers Were a place where coders share, stay up-to-date and grow their careers.
#GEM INSTALL JEKYLL UPDATE#
For instance, DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe is for 64-bit Windows with Ruby 2.3.3 圆4. Before installing Jekyll make sure to update RubyGems (note that all the following gem commands install for your user only please do not use gem as root. Install Jekyll on Linux Mint 17.3 LTS Rosa. Detailed installation instructions can be found on its wiki page.ĭownload "DEVELOPMENT KIT" installer that matches the Windows architecture and the Ruby version just installed. The DevKit is a toolkit that makes it easy to build and use native C/C++ extensions such as RDiscount and RedCloth for Ruby on Windows. Open up a command prompt window and type in the following command, to see if Ruby has been install correctly or not.
