“RVM is not a function” error

后端 未结 10 1774
爱一瞬间的悲伤
爱一瞬间的悲伤 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:58

    What was screwing me up was assuming my path was correct since I was using one I can run manually.

    Apparently there are different executables or scripts that can be used and are located in different places.

    I thought that the path Mina should use was this:

     /usr/local/rvm/bin/rvm
    

    When in reality it was this:

    /usr/local/rvm/scripts/rvm
    

提交回复
热议问题