Git Product home page Git Product logo

Comments (4)

psychocandy avatar psychocandy commented on September 18, 2024

Weird error...
Could you please run which gem and then echo $PATH and show us the output of both commands?

from guides.

Merovex avatar Merovex commented on September 18, 2024

The issue is RVM's use of .rvmrc. I'm not at that computer today to give
the exact solution, but there is a reference in that file to /usr/local/bin
which leads to the problem. When I get to that computer, I'll update my
reply to include the fix.

On Wed, Apr 10, 2013 at 3:45 AM, Amir F [email protected] wrote:

Weird error...
Could you please run which gem and then echo $PATH and show us the output
of both commands?


Reply to this email directly or view it on GitHubhttps://github.com//issues/31#issuecomment-16159914
.

Ben Wilson
"A belief, no matter how sincere, if not reflected in reality isn’t a
belief; it’s a delusion."

from guides.

 avatar commented on September 18, 2024

Could you detail how it’s RVM’s fault?

There are two ways to generate an RVM rvmrc file. rvm rvmrc create and echo “rvm use –install –create 1.9.3-p392 (or similar construct). RVM doesn’t hardwire paths. It uses vars like $rvm_path and builds on them in order to create the rvmrc file.

If you have a hardwired path in there, then a human added that.

From: Merovex [mailto:[email protected]]
Sent: Wednesday, April 10, 2013 5:05 AM
To: radar/guides
Subject: Re: [guides] Too Many Gems... (#31)

The issue is RVM's use of .rvmrc. I'm not at that computer today to give
the exact solution, but there is a reference in that file to /usr/local/bin
which leads to the problem. When I get to that computer, I'll update my
reply to include the fix.

On Wed, Apr 10, 2013 at 3:45 AM, Amir F [email protected] wrote:

Weird error...
Could you please run which gem and then echo $PATH and show us the output
of both commands?


Reply to this email directly or view it on GitHubhttps://github.com//issues/31#issuecomment-16159914
.

Ben Wilson
"A belief, no matter how sincere, if not reflected in reality isn’t a
belief; it’s a delusion."


Reply to this email directly or view it on GitHub #31 (comment) .

from guides.

Merovex avatar Merovex commented on September 18, 2024

Sorry, I misspoke. It was .gemrc that is the culprit:

   ---
   :sources:
   - http://rubygems.org/
   - http://gems.github.com
   gem: -n/usr/local/bin
   :backtrace: false
   :benchmark: false
   :verbose: true
   :update_sources: true
   :bulk_threshold: 1000

from guides.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.