0
How do I download Ruby so I can practice on my laptop using this app as a guidline
Help
16 Answers
+ 2
Follow the tutorial in the thread
https://www.sololearn.com/discuss/608062/?ref=app
+ 2
Jonathan
New Boston Tutorial
- Teaches how to Install the Ruby editor
/IED
- How to code with ruby
https://www.youtube.com/playlist?list=PL1512BD72E7C9FFCA
+ 1
https://www.google.com/search?q=How+do+I+download+Ruby&rlz=1C1CHBF_enUS786US786&oq=How+do+I+download+Ruby&aqs=chrome..69i57j69i60j0l4.447j0j7&sourceid=chrome&ie=UTF-8
^Googled "How do I download Ruby" and got 168 million results. You're welcome.
0
I've been to this site... I downloaded the recommended version and I'm trying to use "interactive ruby" but I'm not get the same screen as this app or the same results... thank you in advance
0
what os are you using?
0
Actually
* Windows 10...
0
you used rubyinstaller? in what way does your result differ from interactive ruby?
0
the first thing I see when I open Interactive Ruby is....
irb (main):001:0>
0
is that what I'm suppose to see?
0
seems correct
0
i see the same thing on linux
0
ok, I guess I'm typing the wrong commands or something...
0
what happens if you type something basic like:
a = 10
hit enter and then type:
a
0
yeah... I see "10"
0
i don‘t think your install is broken. maybe just tell me what you are having trouble with
0
thanks for the help...