Problem installing RVM

后端 未结 8 1286
失恋的感觉
失恋的感觉 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 13:18

    in .bashrc have you changed the

    [ -z "$PS1" ] && return

    to

    if [[ -n "$PS1" ]]; then

    and added this to the end of the file:

    fi

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

提交回复
热议问题