How do you download rvm without installing it?
···
--
Posted via http://www.ruby-forum.com/.
How do you download rvm without installing it?
--
Posted via http://www.ruby-forum.com/.
How do you download rvm without installing it?
curl -s https://rvm.beginrescueend.com/install/rvm
the << operator in the default instructions is a redirect the
following input to the following output.
bash is the receiver.
Thus,
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm\)
from shell:
hey curl go grab https://rvm.beginrescueend.com/install/rvm and be -s
(silent) about it.
Now all that stuff that curl just grabbed, go tell bash about it.
bash, get to work.
Hope this helps.
Andrew McElroy
TryRuby.org
On Sun, Sep 18, 2011 at 11:51 AM, 7stud -- <bbxx789_05ss@yahoo.com> wrote:
--
Posted via http://www.ruby-forum.com/\.
How do you download rvm without installing it?
it should be noted that https://rvm.beginrescueend.com/install/rvm is
just a bash script.
On Sun, Sep 18, 2011 at 12:08 PM, andrew mcelroy <sophrinix@gmail.com> wrote:
On Sun, Sep 18, 2011 at 11:51 AM, 7stud -- <bbxx789_05ss@yahoo.com> wrote:
the << operator in the default instructions is a redirect the
following input to the following output.
bash is the receiver.
Thus,
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm\)from shell:
hey curl go grab https://rvm.beginrescueend.com/install/rvm and be -s
(silent) about it.
Now all that stuff that curl just grabbed, go tell bash about it.bash, get to work.
Hope this helps.
Andrew McElroy
TryRuby.org--
Posted via http://www.ruby-forum.com/\.
How do you download rvm without installing it?
it should be noted that https://rvm.beginrescueend.com/install/rvm is
just a bash script.
However, for the 'install later part'
be sure to grab this:
archive="${rvm_archives_path}/rvm-${version}.tar.gz"
url="${rvm_releases_url}/rvm-${version}.tar.gz"
Andrew McElroy
On Sun, Sep 18, 2011 at 12:10 PM, andrew mcelroy <sophrinix@gmail.com> wrote:
On Sun, Sep 18, 2011 at 12:08 PM, andrew mcelroy <sophrinix@gmail.com> wrote:
On Sun, Sep 18, 2011 at 11:51 AM, 7stud -- <bbxx789_05ss@yahoo.com> wrote:
the << operator in the default instructions is a redirect the
following input to the following output.
bash is the receiver.
Thus,
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm\)from shell:
hey curl go grab https://rvm.beginrescueend.com/install/rvm and be -s
(silent) about it.
Now all that stuff that curl just grabbed, go tell bash about it.bash, get to work.
Hope this helps.
Andrew McElroy
TryRuby.org--
Posted via http://www.ruby-forum.com/\.