I cannot find this info anywhere, so here it is. This how I add a gemset from RVM in WSL to Rubymine
Find RVM path by running
rvm info
In my case, it was /usr/share/rvm
Then add new remote in Settings
Select WSL
, append /bin/rvm
to your RVM path, mine looks like /usr/share/rvm/bin/rvm
, then put it into path input
Now you can choose which gemset you want to use
Enjoy!
Top comments (0)