User Tools

Site Tools


buster:rvm

This is an old revision of the document!


  gpg --keyserver keys.openpgp.org --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
  \curl -sSL https://get.rvm.io | bash -s stable --ruby

Restart your shell and

  source ~/.rvm/scripts/rvm
  

Then

  rvm list known
  # rvm install 3.0 # using "--ruby" above will install the latest stable
  rvm use 3.0 --default

When adding a new host, add the hostname to .zshrc for RVM setup (it tries to mod .profile, which is not necessarily loaded by zsh).

buster/rvm.1634224421.txt.gz · Last modified: 2021/10/14 15:13 by slack