RubyMine Terminal uses wrong RVM and no history in rails console

1.7k Views Asked by At

After updating RubyMine I've got working environment with right Settings and rvm current returned 2.2.4 version as expected. But Rails was running always under another version (2.3.1).

1

There are 1 best solutions below

0
On

The key thing is that after updating RubyMine, the Terminal starts opening without proper RVM initialization. All what is needed is:

change setting Shell path: /bin/bash -> /bin/bash --login

enter image description here