解決Errno::ENOENT: No Such File or Directory - Jekyll ~ Octopress and El Capitan

參考http://schalkneethling.github.io/blog/2015/10/16/errno-enoent-no-such-file-or-directory-jekyll-octopress-el-capitangit

緣由
Mac升級系統到El Capitan出現了這個問題github

解決方法
執行下面命令api

brew update

brew install rbenv ruby-build

brew upgrade ruby-build

rbenv install 2.2.3

rbenv local 2.2.3

gem install bundler

rbenv rehash

bundle install
相關文章
相關標籤/搜索