Topic: Jedit + plugin console + RVM
Hi there,
In my long journey trying to find a comfortable IDE for Ruby on Rails on Ubuntu, I found this tutorial to set up jedit :
http://www.wikihow.com/Install-Jedit-for-Rails
It looks fine for the moment but I have one slight problem with the console plugin : it can't find RVM. Consequently it can't find any rails version and I can't run any ruby scripts or rake commands. RVM works properly in a usual terminal of course.
rvm -v doesn't work (unknown) but anything else like firefox -v does. So I guess the console plugin simply doesn't load RVM when it starts.
Could anyone help me fix this ?