ruby有关的命令不能使用, 出现下面的错误
root@ubuntu:~# cf
rbenv: cf: command not found
The `cf' command exists in these Ruby versions:
1.9.3-p484
root@ubuntu:~# gem -v
rbenv: gem: command not found
The `gem' command exists in these Ruby versions:
1.9.3-p484
一直提示存在这样的版本,主要原因是因为管理器rbenv没有指定ruby的版本
所以需要执行下面的命令
root@ubuntu:~#rbenv rehash
root@ubuntu:~# rbenv global 1.9.3-p484