RubyMine 2017.2.4 not picking up local RVM rubies

I'm using this on Linux Mint 18.2. There is no /usr/local/rvm on Linux, it's /usr/share/rvm and should not be set to the same value as macOS. According to the documentation /usr/local/rvm is searched for RVM rubies. I created a symlink from /usr/share/rvm/ to /usr/local/rvm/ and there is no scanning or picking up of anything at all. I've created gemsets in existing projects that are ignored, and RM prompts you to install all gems in the global gemset for some strange reason.

0

Hello Randy,

do you run RubyMine via Toolbox? There is a known issue with detecting multi-user RVM on Ubuntu, the fix will be included to 2017.3 RC1: https://youtrack.jetbrains.com/issue/RUBY-20241

0

No toolbox that I'm aware of on Mint but I did create a menu entry for it. :) Running it from an xTerm (./rubymine.sh &) is a workaround and it picked up the RVM rubies fine. Removing the unwanted gems from the global gemsets was as easy as "rvm gemset empty global", if that were where they were for instance. 

0

请先登录再写评论。