Error on terminal start

后端 未结 4 1602
半阙折子戏
半阙折子戏 2020-12-10 04:13
-bash: /etc/profile.d/rvm.sh: No such file or directory
-bash: /Users/janekambani/.bash_profile: line 1: conditional binary operator expected
-bash: /Users/janekamba         


        
4条回答
  •  死守一世寂寞
    2020-12-10 04:58

    To fix any issues with sourcing RVM use:

    rvm get stable --auto-dotfiles #OR:
    rvm get head --auto-dotfiles
    

    It will remove existing sourcing lines and add new ones that are meant to work.

提交回复
热议问题