LoginSignup
12
5

More than 5 years have passed since last update.

rbenv: no such command `install'

Posted at

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

ruby-buildはインストール済みでもこれが発生しました。

下記実行済みでありruby-buildも勿論存在している。

git clone https://github.com/sstephenson/rbenv.git ~/.rbenv

$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile

git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build

なので、ruby-buildに用意されている、./install.shを叩くをインストールされる。

sudo .rbenv/plugins/ruby-build/install.sh
12
5
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
12
5