Created
April 30, 2012 06:43
-
-
Save spencerdcarlson/2556062 to your computer and use it in GitHub Desktop.
Ruby Interpreter Path
This file contains hidden or 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
# Print Interpreter path | |
require 'rbconfig' | |
puts RbConfig.ruby() | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Returns =>
/Users/someUserName/.rvm/rubies/ruby-1.9.2-p290/bin/ruby