-
Notifications
You must be signed in to change notification settings - Fork 443
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
Could not find 'svn2git' (>= 0) among 58 total gem(s) (Gem::LoadError) #205
Comments
I’m seeing the same error under Mac OS X 10.6.8 Snow Leopard. Is there a specific location that the svn2git gem should be installed? |
If you're using the built-in Ruby on MacOS X, I think you need to install with "sudo gem install svn2git". Did you do that? Or did you just run "gem install svn2git"? |
It was the |
Good to know. It's been a while since i've set up with the system Ruby on MacOS X. I couldn't recall which was the correct form to use. Glad to hear it's working for you! I'll look at adding a caveat to the README. |
It could have something to do with my particular install of Ruby on Snow Leopard, and not necessarily Mac OS X in general. For example,
Whereas
… which is where the other active gems resided. |
Ahh, yeah. If you're using RVM you shouldn't ever need to "sudo gem install" anything. Doing so almost always leads to problems like this :-/ |
The more you know. (I’m a bit of a Ruby Nuby, as you can tell.) |
Installing without |
Running svn2git gives me this error:
It has worked in the past, about 6 months ago, so I have a hunch that it's related to an update of Ruby.
I am currently using Ubuntu 15.04, before is was using Ubuntu 14.10.
Ruby version: ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]
I have
/home/amedee/.rvm/gems/ruby-2.2.1/bin:/home/amedee/.rvm/gems/ruby-2.2.1@global/bin:/home/amedee/.rvm/rubies/ruby-2.2.1/bin
in my$PATH
, before/bin
The text was updated successfully, but these errors were encountered: