Installing RVM on Ubuntu 10.10 error -


i'm trying this:

bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) 

but keep getting 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?

the url install rvm changed use https, command now:

\curl -l https://get.rvm.io | bash -s stable 

however, should read up-to-date rvm installation docs current command.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -