Skip to main content
deleted 21 characters in body
Source Link
mpapis
  • 53.2k
  • 15
  • 124
  • 159

System wide install is no longer exist.

Use this command in Ubuntu console to install rvm as root and be available for all users:

sudo bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)

curl -L https://get.rvm.io | sudo bash 

System wide install is no longer exist.

Use this command in Ubuntu console to install rvm as root and be available for all users:

sudo bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)

System wide install is no longer exist.

Use this command in Ubuntu console to install rvm as root and be available for all users:

curl -L https://get.rvm.io | sudo bash 
Source Link
Alexey Zakharov
  • 25.2k
  • 42
  • 128
  • 199

System wide install is no longer exist.

Use this command in Ubuntu console to install rvm as root and be available for all users:

sudo bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)