RVM ruby install 썸네일형 리스트형 RVM(Ruby Version Manager) 설치 및 Ruby 구성 방법 RVM(Ruby Version Manager) 설치 및 Ruby 구성 방법리눅스 환경에서 RVM(Ruby Version Manager)를 이용하면 여러 버전의 Ruby를 손쉽게 설치하고 관리할 수 있다.1. RVM GPG Key 등록RVM 설치 전 GPG 공개키를 등록한다.curl -sSL https://rvm.io/mpapis.asc| gpg2 --import -추가 키 등록curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -2. RVM 설치Stable 버전 기준으로 설치한다.curl -sSL https://get.rvm.io| bash -s stableInstallation of RVM in /usr/local/rvm/ is almost complet.. 더보기 How to install Ruby on Ubuntu How to install Ruby on UbuntuMethod 1: Installing Ruby using the Default Package Manager1. Update the package listOpen a terminal and update the package list to make sure you have the latest information about available packagessudo apt update2. Install RubyTo install the default version of Ruby provided by Ubuntu's package manager, you can use the following commandsudo apt install ruby-fullThis .. 더보기 이전 1 다음