https://github.com/sstephenson/rbenv#section_2の指示に従って rbenv をインストールしました
ポイント4でシェルを再起動するとエラーが発生します
$ rbenv init -
rbenv: no such command `init'
コマンドをそのフォルダーから直接実行しようとしても機能しません。
$ cd .rbenv/bin
$ ./rbenv init -
rbenv: no such command `init'
私の $PATH
$ echo $PATH
/home/myusername/.rbenv/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/myusername/bin
rbenv install の実行は、rbenv rehash が呼び出されるまで機能します
$ rbenv install 1.9.3-p0
Downloading http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz...
Installing yaml-0.1.4...
Installed yaml-0.1.4 to /home/hbrandl/.rbenv/versions/1.9.3-p0
Downloading http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz...
Installing ruby-1.9.3-p0...
Installed ruby-1.9.3-p0 to /home/hbrandl/.rbenv/versions/1.9.3-p0
rbenv: no such command `rehash'
他のすべての rbenv コマンドは機能していないようです。
どんな助けや指針も大歓迎です。