-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gem install brew-gem + brew-gem install brew-gem causes brew link failure #25
Comments
Good point, I think the assumption here when you |
Thank you for your response. However, with all due respect, I believe you misunderstood me. I wasn't actually referring to a previous Homebrew installation of brew-gem, but the RubyGems install instructions in README.md: Via Rubygems:
Via Homebrew:
These Via Rubygems instructions (first do a RubyGems install, followed by a brew-gem installation) cause the At any rate I think this issue should be reopened as it hasn't been resolved. Update: a previously via Homebrew installed (and linked) brew-gem would indeed cause problems both with a RubyGems install and a brew-gem install. Nonetheless that isn't what I tried to point out by opening this issue as that in fact works as designed; the steps in README.md don't. |
Ok, so it still sounds like a documentation issue. The point is that you should choose one installation method and stick with that, but it sounds like you tried both in succession? |
@nicksieger uhhhhh nope, I'm just following the official README.md instructions: Via Rubygems:
which doesn't state you shouldn't run both commands and pick either one. Which wouldn't make much sense as I hadn't used the classic Homebrew method before filing this issue, however, I did try several cases, just to be sure. Anyway, this issue isn't a show-stopper for me personally. I just think it would be a problem for other people who follow your documented RubyGems method to the letter, and aren't as tech-savvy as I am. Documentation should be tested as well. ;-) For the record, after experiencing the failure I just uninstalled both the gem and the Homebrew gem-brew-gem and stuck with just the @anfleene nope, try again. |
#23 → 9690c9c
gem install brew-gem
followed bybrew-gem install brew-gem
, as suggested in README.md, causes thebrew link
step to fail due to an existing brew-gem executable in/usr/local/bin
, which was installed by RubyGems:If you have installed brew-gem as gem, do you really need to brew-gem it? Wouldn't it be redundant? On the other hand one might want brew-gem to be in the Cellar as well...
The
Warning: Cannot verify integrity of brew-gem-0.7.2.gem A checksum was not provided for this resource
warning should probably be a separate issue (like #24)... ;-)The text was updated successfully, but these errors were encountered: