Jruby: shotgun "No such file or directory"

1.7k Views Asked by At

i try to run shotgun but i get the message:

/usr/bin/env: jruby: No such file or directory

jruby is installed in ~/jruby-1.7.4 and ~/jruby-1.7.4/bin/ is added to the $PATH.

addtional info: i am new to linux

1

There are 1 best solutions below

0
On

do 'which jruby'. if it's not found, make sure jruby can be found from $PATH listing until 'which jruby' detects it.