Skip to content

Instantly share code, notes, and snippets.

@tuzz
Created August 15, 2012 00:13

Revisions

  1. Christopher Patuzzo created this gist Aug 15, 2012.
    10 changes: 10 additions & 0 deletions fix.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    # Heroku doesn't get on too well with Pygments:
    # LoadError: Could not open library '/usr/local/lib/libpython2.7.a': /usr/local/lib/libpython2.7.a: invalid ELF header

    # To fix:

    # Gemfile
    gem 'rubypython', '=0.5.1'

    # config/initializers/pygments.rb
    RubyPython.configure :python_exe => 'python2.6'