Installing Python Pygments on Windows
While I was updating this blog to use Jekyll, I wanted to enable some nice syntax highlighting for any code snippets I may post. Jekyll provides support for this through Pygments which is a pretty mature and widely used syntax highlighter built on Python.
I find it a little ironic that I need to install Python to enable a feature in a Ruby program. Though it is nice to see that the Jekyll team isn’t afraid to leverage great tools even if they aren’t written in Ruby.