I have used sudo gem install to install a few gems. My question is how do I know where the executable was installed, so I can add it to the path in .bash_profile?
|
|
|
Ruby "Gems" are not generally applications, most often they are libraries. From the Ruby Gems website
(emphasis mine) Also, see this information on how to inspect a gem:
You should consult the documentation which came with the gem, or, post more details so we can assist you more. |
|||
|
|
|
Also if you type: gem list then you will get a list of all the gems that you have installed. At least that way you can check to see if it installed properly and which ones you currently have installed. The path to my gems on my Windows PC is: C:\Ruby192\lib\ruby\gems\1.9.1\gems Probably the same location/file hierarchy on the Mac as well. (except for that whole "C:/" part ;-) EDIT I took the following quote from the page talking about installing Sproutcore. It might help you in figuring out this path issue. Let me know! (I am a n00b when it comes to this stuff. I just starting learning it yesterday! But I found lots of helpful information!) http://wiki.sproutcore.com/w/page/12412840/Abbot-Setting%20Up
|
|||
|
|
|
Use the
However, to avoid having to use |
|||||
|
|
I believe that al that is in You can always try Most of those things go somewhere inside |
|||||||
|