Skip to content
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

Some error during installation #98

Closed
nobuti opened this issue May 10, 2013 · 4 comments
Closed

Some error during installation #98

nobuti opened this issue May 10, 2013 · 4 comments

Comments

@nobuti
Copy link

nobuti commented May 10, 2013

I had got a few errors during installation. It was a fresh install, in a new machine, with macox 10.8.3. Everything is fine until rubygems-update.

I quote from shell:

Updating to latest Rubygems version ...
Updating RubyGems
Updating rubygems-update
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.

failed

Installing critical Ruby gems for Rails development ...
ERROR: While executing gem ... (OptionParser::InvalidOption)
invalid option: --no-document

failed

Installing GitHub CLI client ...
ERROR: While executing gem ... (OptionParser::InvalidOption)
invalid option: --no-document

failed

@jnutting
Copy link

+1. Looks like it's trying to update rubygems, but accidentally using the system ruby instead of the freshly-installed 2.0x.

@croaky
Copy link
Contributor

croaky commented Jul 21, 2013

@jnutting This happened to you last week?

Maybe we need a rbenv rehash right after the rbenv shell and before gem update --system? /cc @djcp

@jnutting
Copy link

Yep, this happened last Monday, on a brand-new Mac. I'm no rbenv expert, but your suggestion seems sound!

// Jack Nutting
// jacknutting@mac.com
// http://nuthole.com
// http://learncocoa.org

On Jul 22, 2013, at 12:22 AM, Dan Croak notifications@github.com wrote:

@jnutting This happened to you last week?

Maybe we need a rbenv rehash right after the rbenv shell and before gem update --system? /cc @djcp


Reply to this email directly or view it on GitHub.

@croaky
Copy link
Contributor

croaky commented Aug 1, 2013

Should be fixed by #120

@croaky croaky closed this as completed Aug 1, 2013
geoffharcourt pushed a commit to geoffharcourt/laptop that referenced this issue Dec 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants