Skip to content

Instantly share code, notes, and snippets.

@alexander-mart
Created April 24, 2016 16:15
Show Gist options
  • Save alexander-mart/377fc07236e56e78fb8df44d5ad35744 to your computer and use it in GitHub Desktop.
Save alexander-mart/377fc07236e56e78fb8df44d5ad35744 to your computer and use it in GitHub Desktop.
# Установка RVM - Ruby Version Manager - утилита для установки нескольких версий Ruby на Linux
\curl -L https://get.rvm.io | bash -s stable --ruby
Далее попросит загрузить ключ:
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
Скопировать и выполнить эту команду, а затем ещё раз повторить установку:
\curl -L https://get.rvm.io | bash -s stable --ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment