Skip to content

Instantly share code, notes, and snippets.

@sk187
Created July 21, 2015 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sk187/da1a8271f31cc4db9574 to your computer and use it in GitHub Desktop.
Save sk187/da1a8271f31cc4db9574 to your computer and use it in GitHub Desktop.
# Into your temrminal type
which ruby # This will give you the path to where ruby is installed if installed
ruby -v # This will give you the version of ruby you currently have installed
# You can check just about any other program in the same fashion
which git
git -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment