Keep getting this error:
Could not find rake-10.1.1 in any of the sources (Bundler::GemNotFound)
/home/tristan/.rvm/gems/ruby-1.9.3-p448@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in `block in materialize'
And I have my profile as such:
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM:
and whereis ruby gives me:
/usr/bin/ruby /usr/lib/ruby /usr/share/man/man1/ruby.1.gz
But I get the error that it's looking for ruby within tristan/.rvm/....
Any suggestions to have to change it to look for the usr rvm ruby?
Thanks!
tristan@kindidata:~/Kindidata$ bundle exec ruby -v
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
and
tristan@kindidata:~/Kindidata$ bundle show rake
/home/tristan/Kindidata/vendor/bundle/ruby/2.0.0/gems/rake-10.1.1
Also, why is the error from passenger looking for 1.9.3@global?!