ruby

Rating: 
0
No votes yet

Ruby is...  A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.

Application versions: 
AttachmentSizeDate
File ruby_1.9.3-p448_armel.deb10.12 MB14/11/2013 - 20:56
File ruby_2.0.0-p247_armel.deb23.08 MB14/11/2013 - 20:56

Comments

Udemzy's picture

Ok thanks a lot its working now.

Udemzy's picture

I just installed from the terminal. How do I verify its really installed. Typing ruby in terminal says ruby not found

NielDK's picture

I see, I will update the package later, a fix:

You have more choices

Many tools will be installed in /usr/local/bin and I recommend that you add to .profile this path

nano ~/.profile

     add this line

export PATH=/usr/local/bin:$PATH

or do this as root

# ln -s /usr/local/bin/ruby /usr/bin/ruby

Udemzy's picture

Help ruby is not installing

NielDK's picture

Can you be more specific ? Any error messages ?