I fixed the problem by going into /usr/bin/rake
and changing line 17 to just gem instead of require_gem
1 #!/usr/bin/ruby
2 #
3 # This file was generated by RubyGems.
4 #
5 # The application 'rake' is installed as part of a gem, and
6 # this file is here to faci
Your solution didn't work for me. Even after uninstalling all versions
of rake and reinstalling. rake -v still doesn't run.
>
> "sudo gem uninstall rake -v 0.8.3"
>
> "sudo gem update rake".
>
> rake -v runs again, at least.
>
> Still wondering if there's any good way to 'downgrade' the RubyG
Hmm, actually, responding to my own question as soon as I posted it,
uninstalling and then reinstalling the latest rake seems to have done
it:
"sudo gem uninstall rake -v 0.8.3"
"sudo gem update rake".
rake -v runs again, at least.
Still wondering if there's any good way to 'downgrade' the R
3 matches
Mail list logo