Re: [Rails] rvm installation script

2013-05-05 Thread Colin Law
On 5 May 2013 00:30, John Merlino stoici...@aol.com wrote: Which of these scripts is preferred to install rvm on ubuntu server: curl -#L https://get.rvm.io | bash -s stable --autolibs=4 --ruby I don't think-#L is a good idea, but I assume that is a typo curl -L get.rvm.io | bash -s stable

Re: [Rails] rvm installation script

2013-05-05 Thread John Merlino
https://rvm.io/rvm/install Look at the first line: Install RVM with ruby (# for pretty output): $ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby But later on on that page it sasy: 1. Download and run the RVM installation script Installing the stable release version:

Re: [Rails] rvm installation script

2013-05-05 Thread Colin Law
On 5 May 2013 15:51, John Merlino stoici...@aol.com wrote: Please don't top post, thanks. https://rvm.io/rvm/install Look at the first line: Install RVM with ruby (# for pretty output): $ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby But later on on that page it

Re: [Rails] rvm installation script

2013-05-05 Thread Jordon Bedwell
On Sun, May 5, 2013 at 9:51 AM, John Merlino stoici...@aol.com wrote: https://rvm.io/rvm/install Look at the first line: Install RVM with ruby (# for pretty output): $ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby But later on on that page it sasy: The line above is

Re: [Rails] rvm installation script

2013-05-05 Thread MichaƂ Papis
extra note for the -#L it means: show progress bar + follow links On Sunday, May 5, 2013 10:06:56 PM UTC+2, Jordon Bedwell wrote: On Sun, May 5, 2013 at 9:51 AM, John Merlino stoi...@aol.comjavascript: wrote: https://rvm.io/rvm/install Look at the first line: Install RVM with ruby (#

[Rails] rvm installation script

2013-05-04 Thread John Merlino
Which of these scripts is preferred to install rvm on ubuntu server: curl -#L https://get.rvm.io | bash -s stable --autolibs=4 --ruby curl -L get.rvm.io | bash -s stable --auto -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To