[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Newby Help

Ron Gunsolus

8/20/2008 2:29:00 AM

I've just found ruby and want to teach it to my son & myself, and have
found several tutorials that will work fine, I've loaded ruby on my pc
(the newest version) I've written a small sample program prog.rb - when
i try to run it from the command prompt it doesnt recognize the
command... It's been a dozen years since I've programmed anythig, and
was never good, but think it may have something to do with my default
paths? Please help me just get ruby running properly - i tried looking
through the posts, but didnt find anything in my searching, but i'm sure
it because I didnt know where to look. Many many thanks.
-Ron
--
Posted via http://www.ruby-....

3 Answers

Peña, Botp

8/20/2008 2:43:00 AM

0

RnJvbTogUm9uIEd1bnNvbHVzIFttYWlsdG86cmd1bnNvbHVzQHlhaG9vLmNvbV0gDQojIGkgdHJ5
IHRvIHJ1biBpdCBmcm9tIHRoZSBjb21tYW5kIHByb21wdCBpdCBkb2VzbnQgcmVjb2duaXplIHRo
ZQ0KIyBjb21tYW5kLi4uIA0KDQp5b3UgZm9yZ290IHRvIHBvc3QgeW91ciBzYW1wbGUgcHJvZ3Jh
bSBhbmQgdGhlIG91dHB1dC9yZXN1bHQvZXJyb3JzDQoNCmtpbmQgcmVnYXJkcyAtYm90cA0KDQo=

Michael Morin

8/20/2008 2:45:00 AM

0

Ron Gunsolus wrote:
> I've just found ruby and want to teach it to my son & myself, and have
> found several tutorials that will work fine, I've loaded ruby on my pc
> (the newest version) I've written a small sample program prog.rb - when
> i try to run it from the command prompt it doesnt recognize the
> command... It's been a dozen years since I've programmed anythig, and
> was never good, but think it may have something to do with my default
> paths? Please help me just get ruby running properly - i tried looking
> through the posts, but didnt find anything in my searching, but i'm sure
> it because I didnt know where to look. Many many thanks.
> -Ron

You need to give more information such as which platform (Windows, OSX,
Linux), version, version of Ruby, how you installed it and how you tried
to launch the program.

Also, these links might help you.

http://ruby....od/tutorials/a/insta...
http://ruby....od/tutorials/ss/comma...

--
Michael Morin
Guide to Ruby
http://ruby....
Become an About.com Guide: beaguide.about.com
About.com is part of the New York Times Company

Phlip

8/20/2008 2:59:00 AM

0

Ron Gunsolus wrote:

> i try to run it from the command prompt it doesnt recognize the
> command...

Enter these on the command line:

> ruby -v
> ruby prog.rb

The first should report your ruby --version, and the second has a shot at
running the program!

Next, if you use the One Click Installer, run its Scite program. That lets you
just hit <F5> each time you change the code.

--
Phlip