-
-
Save maker-leo/5135646 to your computer and use it in GitHub Desktop.
Go to Sublime Text 2 > Preferences > Browse Packages... to open finder, then open the Ruby.sublime-build file in the Ruby folder and replace the contents with this to get the Build command (cmd + B) working with RVM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"env":{ | |
"PATH":"${HOME}/.rvm/bin:${PATH}" | |
}, | |
"cmd": ["rvm-auto-ruby", "$file"], | |
"file_regex": "^(...*?):([0-9]*):?([0-9]*)", | |
"selector": "source.ruby" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment