“RVM is not a function” error

后端 未结 10 1779
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-30 22:22

RVM is installed on my machine (running Mac OSX 10.6.8), correctly and it runs fine. The odd thing is that to run it, I have to use source ~/.rvm/scripts/rvm for ev

10条回答
  •  离开以前
    2021-01-30 22:42

    You have to make some settings.

    Open terminal and run this command.

    source ~/.rvm/scripts/rvm
    

    and then go to edit > Title and command and check Run command as login shell

    and you are done. Now you don't need to specify source everytime.

提交回复
热议问题