Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tut] How to install Ruby on Mac, Windows and Linux
#1
Hey.

If you're new to Ruby there is a few things you're going to need to actually start learning + practising Ruby. Apart from Ruby itself; there is such things and irb, etc. etc.

Installing Ruby on Windows
Installing Ruby on Windows is really easy. Because of the WIndows nature, they have a one-click Ruby Installer. Just follow the link below to Rubyforge and download and run the One-click Ruby intsaller.

Ruby One-Click installer for Windows.

Installing Ruby on Mac
Now, it's hard for me to really say how to install Ruby on Mac, as I don't use it. But I beleive Mac has Ruby Preinstalled, Ruby CoCoa or something. But I've also heard in other places that it's often Out-dated, and needs to be updated. You can just go to Rubyforge, and search for Mac Ruby, and it'll tell you what to do.

Installing Ruby on Linux
It's so easy to install everything you will need to learn Ruby on Linux. Depending on your package manager, all you'll need to do is write install the main Ruby Packages. Here is an example of how to install Ruby on Ubuntu or Mint Linux (Anything that uses apt-get):
Code:
sudo apt-get install ruby irb rdoc
Just simply replace apt-get with your package manager, with yum or whatever.

Thanks for reading and I hope this helps you out with learning Ruby. Smile
-Jordan.
At the top will be the same place you hang from.
Reply


Messages In This Thread
[Tut] How to install Ruby on Mac, Windows and Linux - by Jordan L. - 01-13-2010, 08:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting Started With Ruby eax 7 4,776 12-13-2012, 10:03 AM
Last Post: L-Carnitine
  Ruby eBook sockatobi 7 2,828 12-13-2012, 07:48 AM
Last Post: L-Carnitine
  what is ruby on rails DaUB3R 3 1,870 11-01-2012, 04:20 AM
Last Post: johnnymward
  Should I Start Ruby? BreShiE 13 5,112 11-13-2011, 04:14 PM
Last Post: Speedy
  How to make a calculator in ruby. Soundwave 10 9,777 08-03-2011, 02:12 AM
Last Post: Boo‌

Forum Jump:


Users browsing this thread: 1 Guest(s)