Created
May 23, 2017 11:37
-
-
Save alekpopovic/b7897486f16417afb8de9664cae2bc1b to your computer and use it in GitHub Desktop.
Update rbenv --list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rbenv install 2.1.2 | |
ruby-build: definition not found: 2.1.2 | |
You can list all available versions with `rbenv install --list'. | |
If the version you're looking for is not present, first try upgrading | |
ruby-build. If it's still missing, open a request on the ruby-build | |
issue tracker: https://github.com/sstephenson/ruby-build/issues | |
(Fun fact: Recent versions of ruby-build will give you a more helpful error message which just tells you the following.) | |
On Linux, you probably installed ruby-build as an rbenv plugin. Updating is easy: | |
COPY | |
cd ~/.rbenv/plugins/ruby-build | |
git pull |
you're welcome
not working anymore?
THANKS !
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks, you save my time