Horje
rvm install new ruby version Code Example
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
Installing ruby version manager (rvm)
$ \curl https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s stable
Source: rvm.io




Shell

Related
android studio licenses Code Example android studio licenses Code Example
login git in terminal Code Example login git in terminal Code Example
powershell change hostname Code Example powershell change hostname Code Example
git ignore local file changes Code Example git ignore local file changes Code Example
obs download ubuntu Code Example obs download ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12