I am trying to switch to GVim (cream) as the main editor on Ubuntu. I use the wonderful rails.vim, however I also use RVM.
Rvm works great when doing actions in the shell, and the ruby ββversion that I would like to use in rails.vim is the default version (but not the system version).
When I try to run things like
:Rgenerate migration migration_name
I get:
... Missing Rails 2.3.8 gem. ...
If I try:
:!rvm use default
I get:
/bin/bash: rvm: command not found
Obviously, cream / gvim does not use my .bashrc. What can I do to fix this and make it work? Thanks.
bash vim ruby-on-rails ubuntu rvm
Alan peabody
source share