Support Forums
[Tut] How to install Ruby on Mac, Windows and Linux - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Ruby and Ruby on Rails (https://www.supportforums.net/forumdisplay.php?fid=55)
+---- Thread: [Tut] How to install Ruby on Mac, Windows and Linux (/showthread.php?tid=4323)

Pages: 1 2


[Tut] How to install Ruby on Mac, Windows and Linux - Jordan L. - 01-13-2010

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.


RE: [Tut] How to install Ruby on Mac, Windows and Linux - Gaijin - 01-14-2010

Awsome....
It's actually a double-click, but yeah I got you ;)
I was thinking to get back at ruby, so I can code some scripts for the RPG Maker XP/VX... And SF can gelp me now Big Grin


RE: [Tut] How to install Ruby on Mac, Windows and Linux - Jordan L. - 01-14-2010

Yeah, it's double click, but it's called the One Click installer, but haha, same same.

MoTU, I think you should get back into Ruby, it's a great language and easy to pick up. We could also help eachother out.. I'm only just learning too!


RE: [Tut] How to install Ruby on Mac, Windows and Linux - Gaijin - 01-14-2010

(01-14-2010, 02:48 AM)trilobyte- Wrote: Yeah, it's double click, but it's called the One Click installer, but haha, same same.

MoTU, I think you should get back into Ruby, it's a great language and easy to pick up. We could also help eachother out.. I'm only just learning too!

I will, but you know the situation and atm I'm not be able to learnin it...
I see Ruby is easy as Python is, so Ruby is next on my list!


RE: [Tut] How to install Ruby on Mac, Windows and Linux - Jordan L. - 01-14-2010

I've never tried Ruby, although I've noticed alot of people seem to be learning. I thought why not be different? I'll go the more unique language. And so far I've enjoyed every moment of it. It's great language.


RE: [Tut] How to install Ruby on Mac, Windows and Linux - lil weezy baby - 02-18-2010

thank you im Installing now didnt know what it was


RE: [Tut] How to install Ruby on Mac, Windows and Linux - Bursihido - 12-13-2010

Thanks nice guide


RE: [Tut] How to install Ruby on Mac, Windows and Linux - Saint Michael - 12-14-2010

Thanks installing now, ruby is going to be my next programming language.


RE: [Tut] How to install Ruby on Mac, Windows and Linux - Break - 01-05-2011

Thanks going to install right now and I am going to try the calculator the other kid posted.


RE: [Tut] How to install Ruby on Mac, Windows and Linux - T3RRi8Le™ - 01-06-2011

Thank you for this awesome tutorial.