I'm trying to do this:
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
but I keep getting this error
bash: line 1: html: No such file or directory
bash: line 2: syntax error near unexpected token `<'
'ash: line 2: `<head><title>301 Moved Permanently</title></head>
What's going on?
0-p481 is the latest, RVM will attempt to download, install, and set 2.0. 0-p481 as your default 2.0.
RVM, or Ruby Version Manager, is a command line tool that lets you manage and work with multiple Ruby development environments and allows you to switch between them.
RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
The URL to install RVM was recently changed to use HTTPS, so the command is now:
\curl -L https://get.rvm.io | bash -s stable
However, you should always read the up-to-date RVM installation docs for the current command.
According to https://rvm.io/rvm/install, that's not the correct URL. It should be...
\curl -L https://get.rvm.io | bash
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With