Skip to content

Instantly share code, notes, and snippets.

@shiranGinige
Last active November 19, 2015 02:02
Show Gist options
  • Save shiranGinige/fe1ed37deae7fa8129d1 to your computer and use it in GitHub Desktop.
Save shiranGinige/fe1ed37deae7fa8129d1 to your computer and use it in GitHub Desktop.
If rake preview fails with below error
Errno::ENOENT: No Such File or Directory - Jekyll ~
It is likely that with EI Capitan update changed the ruby version and rake command is no longer able to find it
I followed following steps
Install latest version
$ rvm install 2.2.3
on the octopress root directory
$ rvm use 2.2.3
Now if you '$ rake preview' it should work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment