I’m writing a tutorial, aimed at the non-programmer. I’m assuming very
little previous computing experience. (My hope is that this tutorial could
be used by
children.) It’s not finished yet (four more chapters to go, I think), but
you’re welcome to peek at what I have so far. Comments and suggestions are
certainly welcome (as are good exercises). But that’s not why I’m
writing…
In the first section, Getting Started, I describe a Windows installation of
Ruby in detail: where to get it, what to do, what a text editor is, and how
to use the command line.
Not having much Linux experience at all, and never having had a Mac, are
there instructions similar to these out there that someone could point me
to? I imagine that Linux instructions won’t have to be so detailed, but Mac
instructions really should be on par with what I wrote for the Windows
installation. Any help on this part would be greatly appreciated.
Ruby 1.6.7 is a part of Mac OS X 10.2 (Jaguar). This is not built with
all libraries, but does support everything used in your tutorial.
Ruby is accessible from the Terminal application (found in
Applications/Utilities) in all versions of Mac OS X.
The text editors available on Mac OS X include emacs, pico and vi (the
write up can be the same as for the linux variants run from a
Terminal). Mac OS X also has TextEdit, but care must be taken to save
files as text-only and not the native format of rtf.
There is no working up-to-date version of Ruby for Mac OS 9 or earlier.
On Sunday, December 15, 2002, at 09:20 PM, Chris Pine wrote:
[snip]
Not having much Linux experience at all, and never having had a Mac,
are
there instructions similar to these out there that someone could point
me
to? I imagine that Linux instructions won’t have to be so detailed,
but Mac
instructions really should be on par with what I wrote for the Windows
installation. Any help on this part would be greatly appreciated.
Not having much Linux experience at all, and never having had a Mac, are
there instructions similar to these out there that someone could point me
to? I imagine that Linux instructions won’t have to be so detailed,
For Linux, I think that it would be better to show how a non-root user
could install Ruby because most of the users who you aim to are not
super users. It is very simple to install Ruby as a normal user.