MavricksにVTKをインストール

https://github.com/Homebrew/homebrew-science/issues/408

$ brew install https://raw.github.com/jenshnielsen/homebrew-science/vtk6mavericks/vtk.rb

incdirがないといわれる。
ここが参考になりそうだけど、python-configが何のことかわからない。

http://blog.matt-swain.com/post/74950056210/homebrew-python-problems

Then you can emulate python.incdir and python.libdir using:

incdir = "#{pypref}/include/#{pyvers}"
libdir = "#{pypref}/lib/lib#{pyvers}.dylib"