Stupid Question But

I'm very new to Ruby. We have a dedicated server from Rackspace and I
was told Ruby was installed. How do I find out if it was really
installed? On a linux, what directories should I look for? I know -
pretty stupid question, but if anyone can write me a quick response I'd
appreciate it. Thanks!

···

--
Posted via http://www.ruby-forum.com/.

ruby -v

···

2006/4/14, Tom <lprono77@gmail.com>:

I'm very new to Ruby. We have a dedicated server from Rackspace and I
was told Ruby was installed. How do I find out if it was really
installed? On a linux, what directories should I look for? I know -
pretty stupid question, but if anyone can write me a quick response I'd
appreciate it. Thanks!

--
Gerardo Santana

Gerardo Santana Gómez Garrido wrote:

···

2006/4/14, Tom <lprono77@gmail.com>:
  

I'm very new to Ruby. We have a dedicated server from Rackspace and I
was told Ruby was installed. How do I find out if it was really
installed? On a linux, what directories should I look for? I know -
pretty stupid question, but if anyone can write me a quick response I'd
appreciate it. Thanks!

ruby -v

--
Gerardo Santana

Also:

whereis ruby
which ruby

Might be helpful.

-Justin

Thanks guys I'm trying that now

···

--
Posted via http://www.ruby-forum.com/.