RVM command line management tool installation

What is RVM?

First of all, rvm is a command line tool that can provide a portable multi-version Ruby environment management and switching.

RVM installation

step 1:

curl -SSL https://rvm.io/mpapis.asc | gpg --import -

process result

The above command will download a mpapis.asc file and import it.

Step 2:

curl -SSL https://raw.github.com/wayneesegu

Guess you like

Origin blog.csdn.net/weixin_38717886/article/details/128752991