Using RVM, but can't set current Ruby version (Ubuntu 11.10)

后端 未结 4 635
时光取名叫无心
时光取名叫无心 2021-02-08 23:13

I have recently installed RVM on a fresh install of Ubuntu 11.10 and can not work out how to start using a particular ruby version.

I have installed Ruby 1.8.7 and 1.9.2

4条回答
  •  臣服心动
    2021-02-08 23:44

    Have you added the following line to your .bash_profile,

    [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
    

    as the installation page for rvm says?

提交回复
热议问题