Problem installing RVM

后端 未结 8 1290
失恋的感觉
失恋的感觉 2021-02-04 12:24

I have executed the commands as prescribed in the instructions at the rvm website but things don\'t seem to work..

Fetching the code from the git repository runs smoothl

8条回答
  •  难免孤独
    2021-02-04 12:58

    DId you add this line to your ~/.bashrc?

    [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.
    

提交回复
热议问题