rbenv / rbenv-installer

Installer and doctor scripts for rbenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://gyazo.com/905b3898a7316136858e135affd0bfe8

opened this issue · comments

In order to have rbenv-installer run successfully, you need to do:

export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH"
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash

I also wish rbenv-installer would not run doctor at the end of the script

ok, are you allowed to merge a PR that does this automatically?