Reputation: 196
On my machine, Ruby and Rails are only available in Linux Mint standalone terminal, but not available in RubyMine's integrated terminal. I suspect it's related to RubyMine's terminal not using login shell.
I'm on Linux Mint 21.3 Cinnamon. I installed Ruby using rvm
, then installed Rails using gem
:
However, if I were to run the same commands in RubyMine's terminal (which is also /bin/bash
), I can't find those:
Interestingly, if I were to turn off "login shell" in the native terminal:
I would get the same result:
Upvotes: 0
Views: 50