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.
Attachment | Size | Date |
---|---|---|
ruby_1.9.3-p448_armel.deb | 10.12 MB | 14/11/2013 - 20:56 |
ruby_2.0.0-p247_armel.deb | 23.08 MB | 14/11/2013 - 20:56 |
Comments
Udemzy
Sat, 2013/10/12 - 01:33
Permalink
Ok thanks a lot its working now.
Udemzy
Thu, 2013/10/10 - 01:14
Permalink
I just installed from the terminal. How do I verify its really installed. Typing ruby in terminal says ruby not found
NielDK
Thu, 2013/10/10 - 08:28
Permalink
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
Wed, 2013/10/09 - 05:54
Permalink
Help ruby is not installing
NielDK
Wed, 2013/10/09 - 22:15
Permalink
Can you be more specific ? Any error messages ?