Skip to content

Install rbenv and friends in $HOME and update all of them when you want to ...

License

Notifications You must be signed in to change notification settings

mdouchement/rbenv-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

rbenv installer

This tool is used to install rbenv and some plugins.

Ths repository is based on fesplugas rbenv-installer repository.

Requirements

  • Git
  • Curl

Install

Install rbenv and friends by running:

curl https://raw.githubusercontent.com/mdouchement/rbenv-installer/master/bin/rbenv-installer | bash

Installing a Ruby

Install latest stable Ruby and make it global:

rbenv install 2.5.0
rbenv global 2.5.0

Updating

Update rbenv and plugins provided by the installer running:

rbenv update

Bootstrap

Not ported

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-12-04

License

MIT

About rbenv

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

About

Install rbenv and friends in $HOME and update all of them when you want to ...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages