mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 20:51:17 +00:00
Updated Mac OSX brew install command
It seems rbenv now comes with ruby-build. I have not investigated fully, but the previously shown command: `brew install rbenv ruby-build` caused issues on my machine. After uninstalling both and simply running `brew install rbenv` everything worked fine.
This commit is contained in:
parent
c38833179b
commit
d29ba1f80e
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ manager on Mac OS X:
|
|||
|
||||
~~~
|
||||
$ brew update
|
||||
$ brew install rbenv ruby-build
|
||||
$ brew install rbenv
|
||||
~~~
|
||||
|
||||
Afterwards you'll still need to add `eval "$(rbenv init -)"` to your
|
||||
|
|
Loading…
Reference in a new issue