jekyll 3.3.1 | 错误:bundler

And*_*ang 3 jekyll

$ gem install jekyll
$ jekyll new my-awesome-site
New jekyll site installed in /home/root/blog/Jekyll/my-awesome-site. 
  Dependency Error: Yikes! It looks like you don't have bundler or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- bundler' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/! 
jekyll 3.3.1 | Error:  bundler
Run Code Online (Sandbox Code Playgroud)

Dav*_*uel 5

就像你可以阅读文档一样,你错过bundlergem install jekyll bundler.

所以:gem install bundler一切都会好的.