Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rvm install new ruby version

$ ruby -v 						# Check ruby version 
$ rvm install ruby-X.X.X        # Install specific ruby version
$ rvm list						# List ruby versions
$ rvm use ruby-X.X.X			# Choose a version to use
$ rvm use ruby-X.X.X --default  # Set a version as default
Comment

Installing ruby version manager (rvm)

$ curl https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s stable
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh current directory 
Shell :: error: resource android:attr/lStar not found. 
Shell :: how to install imsomnia on manjaro linux 
Shell :: linux ls show full path 
Shell :: git revert commit for single file 
Shell :: vim delete every other line 
Shell :: load .bashrc 
Shell :: bash do while one line 
Shell :: pyenv install ubuntu 
Shell :: Generate a new GitHub SSH key 
Shell :: how to change mac address kali linux 
Shell :: pg_dump export single table 
Shell :: git list untracked files 
Shell :: linux unique lines 
Shell :: linux add user with home directory 
Shell :: check which python script is running 
Shell :: how to move to directories in command prompt 
Shell :: rm remote git 
Shell :: update node manjaro 
Shell :: install docker desktop ubuntu 
Shell :: clear command in linux 
Shell :: nvm fish shell 
Shell :: how to install gdal on pyhon 3.9 
Shell :: get previous git stash 
Shell :: git lfs all files in folder 
Shell :: add project to github 
Shell :: pretty print csv ubuntu terminal 
Shell :: rickroll ssh 
Shell :: comment stopper le serveur apache par defaut ubuntu 
Shell :: openssl error with ruby 2.3.4 in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =