Newbie: 1.8.1, ri, and Windows

S

Steve Cooper

Hi

Sorry for being dense, but I can't seem to get ri to work either with
the one-click Ruby installer for Windows (after fixing the path in
ri.bat) or with the MSwin32 binaries. I have found other threads
about this, and I've tried to run rdoc, but it looks like I need the
Ruby source to do that. That's where things fall apart for me: which
additional files do I need to download, where do I run rdoc, which
command-line options to use, etc.

Would somebody mind pointing me to (or walking me through) the steps I
need to follow to get ri working properly?

Thanks very much. (And thanks to those who have helped with my
previous questions.)

Steve
 
R

Ruby Tuesday

Steve, this is what I did to install Ruby 1.8.1 mswin32 manually.

Get Ruby-mswin32 binaries

ruby-1.8.1-i386-mswin32.zip (3,764KB) current release

from
http://www.dm4lab.to/~usa/ruby/index_en.html

Extract it into a directory, e.g c:\ruby

Then set your path to point to the bin directory. I did it in
Control Panel -> System->Advanced->Environment Variables, under System
Variables, find PATH and add the following at the end of the line:
c:\ruby\bin

Then open 'cmd' windows, and run :
ruby -v <--- check ruby version

You should be getting something like the following:
ruby 1.8.1 (2003-12-25) [i386-mswin32]

Happy Ruby'ing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,196
Latest member
ScottChare

Latest Threads

Top