I have a .rvmrc file in my project directory (let's call it /GameScores). It will load a gemset named GameScores when I move into that directory. This part works fine.
But while in /GameScores, as soon as I go into tmux my terminal is no longer using the GameScores gemset. If I do rvm gemset name I get a blank
Any idea how to fix this? I want to be able to keep using my gemset when I use tmux. My current workaround is to simply run rvm gemset use GameScores when I go into tmux but I don't want to do that every time.
cdinto a directory with a.rvmrc, the gemset switch happens, but if I then enter a tmux session, the gemset is still chosen. What version of rvm are you using? (rvm 1.6.4 here; tmux 1.4) – Telemachus Apr 30 '11 at 1:50