Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RubyMine Terminal uses wrong RVM and no history in rails console

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).

like image 953
atlascoder Avatar asked Dec 27 '16 14:12

atlascoder


1 Answers

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

like image 79
atlascoder Avatar answered Oct 08 '22 19:10

atlascoder