RVM ruby install 썸네일형 리스트형 [리눅스] RVM ruby install RVM ruby install curl -sSL https://rvm.io/mpapis.asc| gpg2 --import - curl -sSL https://get.rvm.io| bash -s stable source /etc/profile.d/rvm.sh rvm install ruby 참고URL - https://rvm.io/rvm/install 더보기 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 다음