On Jul 20, 7:19 pm, James Byrne <[email protected]>
wrote:
> Then the ruby vm is not starting properly, and as Rake is a ruby script
> it fails in consequence.  Resolve what has happened with your ruby
> installation and the Rake problem is likely resolved as well.

Entering /usr/local/bin/ruby without any arguments will always "hang",
because it is waiting for input.  Ruby's default behavior without
arguments is to wait for commands on STDIN.

Try
  $ ruby --version

or

  $ ruby -e 'puts "hello"'

If you want the Ruby executable to do something and then exit.

--
Avdi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to