Ruby on Rails Sunday, May 5, 2013

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:

user$ \curl -L https://get.rvm.io | bash -s stable

So I assume that the addition of "--autolibs=3 --ruby"

means that it instlals all ruby dependencies for you so you dont have to run:

rvm requirements  ...  # For Ruby / Ruby HEAD (MRI, Rubinius, & REE), install the following:  ruby: /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev   curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev  libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion pkg-config

and install those manually.

Is that correct?




On Sunday, May 5, 2013 10:41:01 AM UTC-4, Colin Law wrote:
On 5 May 2013 00:30, John Merlino <stoi...@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 --auto

I can't see the documentation for --auto, have you got a link for it?

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/6u649LpHdMgJ.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment