I'm having a problem with my Rails application in production, RubyPython won't run; I get the following error:
RubyPython::InvalidInterpreter: An invalid interpreter was specified.
I'm using ruby 2.3.0, the python version is 2.7.6 (CPython). It's running on an ubuntu 14.04 server.
It works fine locally on my Mac.
Any ideas what the issue might be?
Thanks