From 573cc2eb1b8feb2b78a1990ec7d9e79144c7370d Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Sat, 20 Apr 2019 09:21:03 -0400 Subject: [PATCH] Added more to the rbenv troubleshooting section. (#2479) --- docs/installation/mac-os.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/installation/mac-os.md b/docs/installation/mac-os.md index d82799506..3d0dca625 100644 --- a/docs/installation/mac-os.md +++ b/docs/installation/mac-os.md @@ -45,6 +45,17 @@ For additional configuration, [click here](/additional-postgres-setup) **_Solution:_** Run the command `rbenv install ` +**Error:** `ruby-build: definition not found: ` when `rbenv` was installed via `brew`. + +```bash +ruby-build: definition not found: + +See all available versions with `rbenv install --list'. If the version you need is missing, try upgrading ruby-build: +``` + +**_Solution:_** +Run the following to update `ruby-build`, `brew update && brew upgrade ruby-build`. After that, rerun `rbenv install ` and that version will get installed. + **Error:** ```bash