Issue with RVM
iamtheschmitzer opened this issue · 2 comments
iamtheschmitzer commented
Running for first time, I get
~/.rvm/lib/rvm.rb:3:in <top (required)>': RVM - Ruby integration was extracted to a separate gem, it should be installed by default with RVM, remove the
$LOAD_PATH.unshift` line and all should be fine again. (RuntimeError)
Visit https://rvm.io/integration/passenger for more details.
I'm really hoping to use this as an autotest replacement - any idea what I need to do? I'm running rvm 1.19.4
iamtheschmitzer commented
Update - looks like the install messed up RVM - I'm having the issue starting rails server as well
agnyp commented
I'm having the same issue. Fortunately my rails server functions normally.
Did you find a solution?