Added more to the rbenv troubleshooting section. (#2479)

This commit is contained in:
Nick Taylor 2019-04-20 09:21:03 -04:00 committed by Ben Halpern
parent 1ca5177044
commit 573cc2eb1b

View file

@ -45,6 +45,17 @@ For additional configuration, [click here](/additional-postgres-setup)
**_Solution:_** Run the command `rbenv install <version number>`
**Error:** `ruby-build: definition not found: <version number>` when `rbenv` was installed via `brew`.
```bash
ruby-build: definition not found: <version number>
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 <version number>` and that version will get installed.
**Error:**
```bash