I'm getting “RVM is not a function” error on Mac OS X, and no posted solutions work

后端 未结 3 1914
再見小時候
再見小時候 2021-02-19 01:41

I\'m on Mac OS x 10.8.2 (\"Mountain Lion\"), and I successfully installed RVM 1.17.8 and its dependencies. I\'m able to use it to install Ruby versions using rvm install 1

3条回答
  •  你的背包
    2021-02-19 01:59

    Make sure your shell initialization files are set up properly:

    rvm get head --auto-dotfiles
    

    Then go to your terminal emulator preferences and enable login shell, sometimes it it required to use /bin/bash --login. Also make sure to fully close terminal and open it fresh after changing the setting.

提交回复
热议问题