Created
August 15, 2012 00:13
Revisions
-
Christopher Patuzzo created this gist
Aug 15, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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'