i am install Ruby Enterprise Edition on CentOS 5.8 linux server. i followed this link http://forums.vexxhost.com/discussion/226/deploying-ruby-enterprise-edition-on-the-cloud/p1 i did not get any problem while installing it. after instillation when i type ruby -v it shows this error " -bash: ruby: command not found ". how to solve it. i did not get any problem in the process of installation. Kindly help me out.
Thanks Norbert. i have installed ror on cen os . i can help me out for Nginx with passenger on CentOs plz⦠go process to install Nginx with passenger. i have installed but i have some problem what i have installed.
hey, @keerthi! when I installed ruby 1.9 on Debian 6 box, I encountered same problem, because on Debian Ruby executable called ruby1.9.1, so I just symlinked it:
ln -s /usr/bin/ruby1.9.1 /usr/bin/ruby
maybe this is related to your issue, try to type ruby^TAB on your console