You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first problem is that all the binaries start with 'mac' instead (i.e. macrake instead of rake). With rvm the binaries get symlinks, but the plugin claims that it cannot find any ruby gems.
I made some symlinks myself and told the plugin to use the MacRuby.framework directly (like it does for the system ruby installation); then the plugin was able to find the proper rake binary, but it claimed that the proper gems were not installed.
I checked $GEM_HOME and $GEM_PATH and they are still set to my rvm default ruby and not being overridden.
The text was updated successfully, but these errors were encountered:
The first problem is that all the binaries start with 'mac' instead (i.e. macrake instead of rake). With rvm the binaries get symlinks, but the plugin claims that it cannot find any ruby gems.
I made some symlinks myself and told the plugin to use the MacRuby.framework directly (like it does for the system ruby installation); then the plugin was able to find the proper rake binary, but it claimed that the proper gems were not installed.
I checked $GEM_HOME and $GEM_PATH and they are still set to my rvm default ruby and not being overridden.
The text was updated successfully, but these errors were encountered: