Live data from Hacker News

Get Ruby and Rails running on Ubuntu with one command

thechangelog.com

51–54 of 54 posts

Re: Get Ruby and Rails running on Ubuntu with one command

#51
Just so you guys know this script has changed a lot since I opened it up. It now has way better output formatting, the option to install Ruby from source or RVM, better stdout and stderr redirection to the install.log and even captures signals for things like ctrl-c to kill the script nicely. Thanks for all the input and I hope it's found to be useful :)

Re: Get Ruby and Rails running on Ubuntu with one command

#54

I just ran the script on Ubuntu 10.10 (64bit) but when i run "rvm list" or any other rvm command i get the following error: /usr/local/bin/rvm: line 73: /home/myuser/.rvm/scripts/rvm: No such file or directory Whats wrong here?

ok... i had run the script as root and was trying to run as a normal user, thats why the error....fixed now
Post reply on HN