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 :: how to find out what packages I installed from the AUR 
Shell :: Error: path "" is not a descendant of mount point root "" and cannot be exposed from 
Shell :: how to install clipman for linux 
Shell :: cp verbose progress 
Shell :: terminal command history to file 
Shell :: colcon build limit cores 
Shell :: The application “SpringToolSuite4” can’t be opened. 
Shell :: git remote branch 
Shell :: install adb on mac 
Shell :: alter package body compile 
Shell :: get number input batch 
Shell :: pip install softdelet 
Shell :: ssh passwordless ssh-copy-id 
Shell :: linux backup command line 
Shell :: linux quick format usb drive 
Shell :: import fuzzywuzzy module jupyter notebook 
Shell :: ghc change version 
Shell :: unzip a zip file ubuntu 
Shell :: how to create a repository 
Shell :: Git Branch usage order 
Shell :: grep second match 
Shell :: tor mac not connected 
Shell :: zsh-autosuggestions 
Shell :: cmd command pipe file to clipboard 
Shell :: install apache di linux 
Shell :: installing metabase using docker 
Shell :: propel create generated-conf 
Shell :: regex in shell script 
Shell :: vscode keyring 
Shell :: prisma format schema 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =