Skip to content

Instantly share code, notes, and snippets.

@EverettBerry
Last active August 27, 2022 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EverettBerry/ae80d67be71f80315d8b5bae43a72e9d to your computer and use it in GitHub Desktop.
Save EverettBerry/ae80d67be71f80315d8b5bae43a72e9d to your computer and use it in GitHub Desktop.
Install Ruby and RVM on Ubuntu
sudo su
apt-add-repository -y ppa:rael-gc/rvm
apt-get update
apt install ruby ruby-dev rvm
usermod -a -G rvm $USER
reboot
rvm install 3.0.0
rvm use 3.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment