Skip to content

Instantly share code, notes, and snippets.

@clippit
Created April 17, 2012 17:36
Show Gist options
  • Save clippit/2407686 to your computer and use it in GitHub Desktop.
Save clippit/2407686 to your computer and use it in GitHub Desktop.
Fix Octopress Pygments Error on Arch Linux
require 'pygments'
if !!RUBY_PLATFORM['linux']
RubyPython.configure :python_exe => '/usr/bin/python2.7'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment