Error on terminal start

后端 未结 4 1610
半阙折子戏
半阙折子戏 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:44

    Use your favorite text editor (nano,vim, etc) to open /etc/profile and comment out these two lines:

    source /etc/profile.d/sm.sh
    source /etc/profile.d/rvm.sh
    

    Then save the file.

提交回复
热议问题