Last active
August 29, 2015 14:22
-
-
Save mjgiarlo/675427c5d15e738e22d2 to your computer and use it in GitHub Desktop.
rvm magic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mjg@beacon:~ (master[2.2.0])$ cd workspace/druw/ | |
mjg@beacon:~/workspace/druw (creators[2.2.0@druw])$ which rails | |
/home/mjg/.rvm/gems/ruby-2.2.0@druw/bin/rails | |
mjg@beacon:~/workspace/druw (creators[2.2.0@druw])$ cd ../scholarsphere | |
mjg@beacon:~/workspace/scholarsphere (develop[2.1.5@scholarsphere])$ which rails | |
/home/mjg/.rvm/gems/ruby-2.1.5@scholarsphere/bin/rails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment