fresh
fresh copied to clipboard
Any way to get fresh to co-exist with rvm?
I'm really enjoying fresh and like what you've done so far. A deal killer for me though, in terms of making it my default shell, is that you can't use rvm from within it. So, I can't switch the version of ruby I'm using.
For example:
~> rvm list
rvm rubies
ruby-1.9.2-p0 [ x86_64 ] jruby-1.5.5 [ amd64-java ] ruby-1.8.7-p302 [ x86_64 ] => ruby-1.9.2-p136 [ x86_64 ] ree-1.8.7-2010.02 [ x86_64 ] rbx-head [ ] jruby-1.5.3 [ amd64-java ]
~> ruby -v ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-linux] ~> which ruby /home/user/.rvm/rubies/ruby-1.9.2-p136/bin/ruby ~> rvm use rbx-head Using /home/user/.rvm/gems/rbx-head ~> which ruby /home/user/.rvm/rubies/ruby-1.9.2-p136/bin/ruby
Any ideas on how to make this work?
I'll look into this when I've got time. It's definitely something I also need.