(A Creative Blog Name Here)

Code, math, and other things I find useful

Building octopress blog with rake

If you experience the symptoms in octopress issue #759, i.e. rake generate breaks because ffi tries to load lib.dylib, you should check that the shell you are trying to build your blog from

  1. is not running a tmux session (the wrong ruby will be used)
  2. does not have a python virtualenv active (the wrong python will be used)

This worked for me on OSX at least.