Anton Dozortsev
Anton Dozortsev

Reputation: 4902

IntelliJ IDEA 13 - Terminal error message

In IntelliJ IDEA 13 the new useful feature is Terminal. But all time when I open it I get have error message:

__rvm_fix_path_from_gem_path: command not found
rvm_is_a_shell_function: command not found

How to fix this issue ?

P.S. I under Linux.

Upvotes: 0

Views: 415

Answers (1)

user3267736
user3267736

Reputation: 46

I don't believe that's an issue with the terminal or the IDE itself. Judging by the error name it is probably a user configurable shell variable which gets executed every time a new shell is opened (probably part of the user home folder/configuration). If you fix the Ruby gem path issue the error will probably go away.

You could try setting up those manually by following one of the following topics:

RVM Gempath not being set

RVM doesn't set correct gem path

Upvotes: 3

Related Questions