Skip to content

K-and-R/rbenv-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

208 Commits
 
 
 
 
 
 

Repository files navigation

rbenv installer

This tool is used to install rbenv and some plugins.

NB: This was forked from https://github.com/fesplugas/rbenv-installer but that repo has since been removed.

Requirements

  • Git
  • Curl

Install

Install rbenv and friends by running:

    curl https://raw.githubusercontent.com/k-and-r/rbenv-installer/master/bin/rbenv-installer | bash

Plugins installed:

Installing a Ruby

Install latest stable Ruby and make it global:

    rbenv install 2.6.3
    rbenv global 2.6.3

Updating

Update rbenv and plugins provided by the installer running:

    rbenv update

Bootstrap

If you are installing rbenv in Ubuntu you'll probably need to install some required packages. You can use the provided bootstrap scripts.

    rbenv bootstrap-ubuntu-18-04

About rbenv

rbenv source code is available at https://github.com/sstephenson/rbenv

About

"Fork" of fesplugas/rbenv-installer. That repo seems to have disappeared though we are still using it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages