Install ruby using rvm mac
This short video will exactly explain - How to install ruby using rvm Mac Hope, you can easily install ruby using rvm Mac Join this channel to get access to perks: https://www.youtube.com/fewsteps?sub_confirmation=1 RUBY useful commands: $ rvm list known # lists all of the known ruby packages $ rvm install 2.1 # install the latest version of ruby-2.1.x $ rvm use 2.1 # use ruby-2.1.x $ ruby -v # which version of ruby are you currently using $ which ruby # what location is the ruby binary being sourced from $ rvm use 2.1 --default # set the specified version to be the default version of ruby #fewsteps #ruby #rvm
This short video will exactly explain - How to install ruby using rvm Mac Hope, you can easily install ruby using rvm Mac Join this channel to get access to perks: https://www.youtube.com/fewsteps?sub_confirmation=1 RUBY useful commands: $ rvm list known # lists all of the known ruby packages $ rvm install 2.1 # install the latest version of ruby-2.1.x $ rvm use 2.1 # use ruby-2.1.x $ ruby -v # which version of ruby are you currently using $ which ruby # what location is the ruby binary being sourced from $ rvm use 2.1 --default # set the specified version to be the default version of ruby #fewsteps #ruby #rvm