rubypython

Ruby 2.1.5 and RubyPython 0.6.3- RubyPython::InvalidInterpreter: An invalid interpreter was specified

烈酒焚心 提交于 2019-12-08 07:04:32
问题 I'm trying to use RubyPython on Debian 8 and have been unable to. RubyPython.start always raises an InvalidInterpreter exception. I've tried specifying the python interpreter executable but it doesn't matter. The snipped below shows my versions and attempting to start it from pry rubypython (0.6.3) adrew@bunny:~$ ruby --version ruby 2.1.5p273 (2014-11-13) [x86_64-linux-gnu] adrew@bunny:~$ python --version Python 2.7.9 adrew@bunny:~$ which python2.7 /usr/bin/python2.7 adrew@bunny:~$ pry [1]