Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Doesn't work; no documentation #7

Closed
srid opened this issue Dec 19, 2011 · 4 comments
Closed

Doesn't work; no documentation #7

srid opened this issue Dec 19, 2011 · 4 comments

Comments

@srid
Copy link

srid commented Dec 19, 2011

This is ruby 1.9 installed via macbrew. I did gem install brewbygems followed by

gem install cramp
Fetching: cramp-0.15.1.gem (100%)
brewbygems: Sorry, you don't seem to have Homebrew installed.
Successfully installed cramp-0.15.1
1 gem installed
Installing ri documentation for cramp-0.15.1...
Installing RDoc documentation for cramp-0.15.1...

But there is no /usr/local/bin/cramp as expected. Perhaps I'm not following the appropriate instructions? If yes, where as they?

@srid
Copy link
Author

srid commented Dec 19, 2011

Dup of #6

@srid srid closed this as completed Dec 19, 2011
@indirect
Copy link
Owner

Did you read the error message? You're trying to use something designed for homebrew with macports.

On Dec 19, 2011, at 12:23 PM, Sridhar Ratnakumarreply@reply.github.com wrote:

This is ruby 1.9 installed via macbrew. I did gem install brewbygems followed by

gem install cramp
Fetching: cramp-0.15.1.gem (100%)
brewbygems: Sorry, you don't seem to have Homebrew installed.
Successfully installed cramp-0.15.1
1 gem installed
Installing ri documentation for cramp-0.15.1...
Installing RDoc documentation for cramp-0.15.1...

But there is no /usr/local/bin/cramp as expected. Perhaps I'm not following the appropriate instructions? If yes, where as they?


Reply to this email directly or view it on GitHub:
#7

@srid
Copy link
Author

srid commented Dec 19, 2011

I did after posting the issue. I don't have macports, but the error message seem to have been triggered by:

brew link gems  
Error: No such keg: /usr/local/Cellar/gems

Not sure why brew is looking at that location, but ruby1.9's rubygems (and bundler) installs gems into /usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/

@indirect
Copy link
Owner

That's not what this gem is for. This gem is so you can use OS X system ruby gems, installed into homebrew. If you installed ruby using homebrew, you need something else.

On Dec 19, 2011, at 1:02 PM, Sridhar Ratnakumarreply@reply.github.com wrote:

I did after posting the issue. I don't have macports, but the error message seem to have been triggered by:

brew link gems  
Error: No such keg: /usr/local/Cellar/gems

Not sure why brew is looking at that location, but ruby1.9's rubygems (and bundler) installs gems into /usr/local/Cellar/ruby/1.9.3-p0/lib/ruby/gems/1.9.1/gems/


Reply to this email directly or view it on GitHub:
#7 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants