Find Your Ruby Gems Path


/ Published in: Bash
Save to your folder(s)

Because different systems put it in different places.


Copy this code and paste it in your HTML
  1. ruby -r rubygems -e "p Gem.path"
  2.  
  3. # or
  4.  
  5. gem env

URL: http://gilesbowkett.blogspot.com/2009/06/find-your-ruby-gems-path.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.