Created
April 24, 2016 16:15
-
-
Save alexander-mart/377fc07236e56e78fb8df44d5ad35744 to your computer and use it in GitHub Desktop.
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
# Установка 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