I'm wanting to play/learn Ruby. I have a Fedora core 2 system that has
ruby 1.8.1 installed but I can't find irb. Should it be there? Is that
part of the Ruby base system or is it an add on? Can I get just irb?
Thanks for all pointers.
I'm wanting to play/learn Ruby. I have a Fedora core 2 system that has
ruby 1.8.1 installed but I can't find irb. Should it be there? Is that
part of the Ruby base system or is it an add on? Can I get just irb?
Thanks for all pointers.
rpm doesn't install it. install from tar.gz.
-a
On Mon, 26 Oct 2004, Robert Love wrote:
I'm wanting to play/learn Ruby. I have a Fedora core 2 system that has
ruby 1.8.1 installed but I can't find irb. Should it be there? Is that
part of the Ruby base system or is it an add on? Can I get just irb?Thanks for all pointers.
EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
PHONE :: 303.497.6469
When you do something, you should burn yourself completely, like a good
bonfire, leaving no trace of yourself. --Shunryu Suzuki
===============================================================================
Robert Love wrote:
I'm wanting to play/learn Ruby. I have a Fedora core 2 system that has ruby 1.8.1 installed but I can't find irb. Should it be there? Is that part of the Ruby base system or is it an add on? Can I get just irb?
Thanks for all pointers.
IIRC, Fedora has a separate irb rpm you have to install. It's been a few years since I played on a RedHat system, so I can't remember exactly what it's called, but maybe that will be enough to point you in the right direction?
Good luck,
Jamis
--
Jamis Buck
jgb3@email.byu.edu
http://www.jamisbuck.org/jamis
Robert Love wrote:
I'm wanting to play/learn Ruby. I have a Fedora core 2 system that has ruby 1.8.1 installed but I can't find irb. Should it be there? Is that part of the Ruby base system or is it an add on? Can I get just irb?
Thanks for all pointers.
Sorry I'm a little late but...
yum install irb
...should do it.
Cheers,
Gianni
Yes, it did. Thanks.
In <417E7C56.8070007@one6ix.com> Gianni Jacklone wrote:
Robert Love wrote:
I'm wanting to play/learn Ruby. I have a Fedora core 2 system that
has ruby 1.8.1 installed but I can't find irb. Should it be there?
Is that part of the Ruby base system or is it an add on? Can I get
just irb? Thanks for all pointers.Sorry I'm a little late but...
yum install irb
...should do it.