Created
August 1, 2020 16:04
-
-
Save dnavarrom/fe62d220853576ac230262522b0a761a to your computer and use it in GitHub Desktop.
Install Ruby via RVM linux Mint 20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\curl -L https://get.rvm.io | bash -s stable --ruby | |
source /home/diego/.rvm/scripts/rvm | |
rvm install current && rvm use current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment