Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run ruby programs on Windows 7?

Tags:

Does anyone know how to run/compile Ruby programs on Windows 7? For example you can compile Java in Eclipse, but I can't seem to find one for Ruby.

like image 931
Daniel Cook Avatar asked Feb 18 '12 18:02

Daniel Cook


People also ask

How do I open a Ruby file?

Open up IRB (which stands for Interactive Ruby). If you're using macOS open up Terminal and type irb , then hit enter. If you're using Linux, open up a shell and type irb and hit enter. If you're using Windows, open Interactive Ruby from the Ruby section of your Start Menu.


1 Answers

http://rubyinstaller.org/ - "The easy way to install Ruby on Windows".

Will give you the language and execution environment - everything you should need to get started.

like image 106
redhotvengeance Avatar answered Nov 03 '22 00:11

redhotvengeance