3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

rbenv: no such command `install'エラー

3
Last updated at Posted at 2014-10-13

Homebrewruby-buildがインストールされているはずなのにエラー。

$ rbenv install -l
rbenv: no such command `install'

Homebrewruby-buildの再インストール。

$ brew uninstall ruby-build
Uninstalling /usr/local/Cellar/ruby-build/HEAD...

$ brew install ruby-build
==> Downloading https://github.com/sstephenson/ruby-build/archive/v20140926.tar.gz
######################################################################## 100.0%
==> ./install.sh
?  /usr/local/Cellar/ruby-build/20140926: 129 files, 552K, built in 3 seconds

正常に動作するようになった。

$ rbenv install -l
Available versions:
  1.8.6-p383
  1.8.6-p420
  1.8.7-p249
  
  ・・・中略・・・
  
  2.1.2
  2.1.3
  2.2.0-dev
  2.2.0-preview1
  ree-1.8.7-2012.01
  ree-1.8.7-2012.02
  topaz-dev
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?