Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rcerf on github.
  • I am rcerf (https://keybase.io/rcerf) on keybase.
  • I have a public key ASAL4k8B6qNr8RGR4BaBWmIgnjfXfaqD_wORKUeazTFOMgo

To claim this, I am signing this object:

# Clone rbenv into ~/.rbenv
git clone git@github.com:sstephenson/rbenv.git ~/.rbenv
# Add rbenv to your PATH
# NOTE: rbenv is *NOT* compatible with rvm, so you'll need to
# remove rvm from your profile if it's present. (This is because
# rvm overrides the `gem` command.)
echo 'export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH"' >> ~/.bash_profile
exec $SHELL