Embedded Terminal Not In Sync With External Terminal
I updated to 2016.3 yesterday, and since then my embedded terminal has not been responding to commands that my external terminal knows about (which are also commands it knew about pre-update).
For instance, when I attempt rails c, I get the following:
Rails is not currently installed on this system. To get the latest version, simply type:
$ sudo gem install rails
You can then rerun your "rails" command.
Rails is for sure installed because that command works fine in iTerm. How do I get Rubymine back in sync?
请先登录再写评论。
I'm having the same problem. FYI: using rvm and was working fine.
Hello,
there is a known issue with Terminal (https://youtrack.jetbrains.com/issue/IDEA-164435), which will be fixed in the next update. At the moment please try setting your shell path like /bin/bash --login in Settings | Tools | Terminal.