0

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.

Makoto
  • 104,088
  • 27
  • 192
  • 230
Anton Dozortsev
  • 4,782
  • 5
  • 34
  • 69

1 Answers1

3

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

Community
  • 1
  • 1