losaht.blogg.se

Gem install jekyll bundler make
Gem install jekyll bundler make







I wanted to write up these steps as I took the time to get my blog up and running on my new laptop, in case it helps someone else get started. How do I get this jekyll install to be functional?Jekyll Two Ways on Windows: Installing & building Jekyll / GitHub Pages blogs with Ruby on Windows 10 I don't want to install a ruby version manager just to run jekyll, I only want to use homebrew ruby so that I can delete it later (if necessary) and not affect the system ruby. "bundle" from bundler conflicts with /usr/local/lib/ruby/gems/2.6.0/bin/bundle

gem install jekyll bundler make

$ gem install bundler:1.16.2īundler's executable "bundle" conflicts with /usr/local/lib/ruby/gems/2.6.0/bin/bundle usr/local/Cellar/ruby/2.6.3/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException) To install the missing version, run `gem install bundler:1.16.2` To update to the latest version installed on your system, run `bundle update -bundler`. usr/local/Cellar/ruby/2.6.3/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (1.16.2) required by your /Gemfile.lock. $ bundle exec jekyll serve -P 4000Ģ: from /usr/local/opt/ruby/bin/bundle:23:in `'ġ: from /usr/local/Cellar/ruby/2.6.3/lib/ruby/2.6.0/rubygems.rb:302:in `activate_bin_path' Installing ri documentation for jekyll-3.8.6ĭone installing documentation for jekyll after 1 seconds configure -prefix=/usr/local/Cellar/ruby/2.6.3 -enable-shared -disable-silent-rules -Īlready downloaded: /Users/marksmith/Library/Caches/Homebrew/downloads/590e1818e7eac6270fe33282ed860abd3a5eab0db9adf2097eac564ecb446b5a-rubygems-3.0.3.tgz You are responsible for resolving any issues youĮxperience, as you are running this old version.Īlready downloaded: /Users/marksmith/Library/Caches/Homebrew/downloads/560f28185f8505e1bfa48f762e0e421aadf30d2cce18858c97b9b1131e906f6a-ruby-2.6.3.tar.xz Please create pull requests instead of asking for help on Homebrew's GitHub,ĭiscourse, Twitter or IRC. You will encounter build failures with some formulae. We (and Apple) do not provide support for this old version.









Gem install jekyll bundler make