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!

2006/4/14, Tom [email protected]:

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 S. Gómez Garrido wrote:

ruby -v


Gerardo S.

Also:

whereis ruby
which ruby

Might be helpful.

-Justin

Thanks guys I’m trying that now