Skip to content

Instantly share code, notes, and snippets.

@batter
Created January 31, 2012 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save batter/1712798 to your computer and use it in GitHub Desktop.
Save batter/1712798 to your computer and use it in GitHub Desktop.
RVM's .rvmrc files break `rvm list` output
source "/Users/batkins/.rvm/scripts/rvm" # status=0
rvm --version # status=0; match=/rvm 1.10.2/
mkdir ABC-abc # status=0
cd ABC-abc # status=0
rvm use 1.9.2@ABC-abc --rvmrc --create # status=0; match=/Using .*ruby-1.9.2-p290 with gemset ABC-abc/
rvm current # status=0; match=/ruby-1.9.2-p290@ABC-abc/
rvm list # status=0; match=/\* ree-1.8.7-2011.03/;match=/=> ruby-1.9.2-p290/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment