Created
July 2, 2014 14:58
-
-
Save Altons/a249f2469b8332c19c30 to your computer and use it in GitHub Desktop.
Sublime Builds for rbenv and python anaconda
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
# Ruby using rbenv | |
{ "cmd": ["/Users/altons/.rbenv/shims/ruby", "$file"], | |
"file_regex": "^(...*?):([0-9]*):?([0-9]*)", | |
"selector": "source.ruby" | |
} | |
# Anaconda | |
{ | |
"cmd": ["/Users/altons/anaconda/envs/py33/bin/python3", "-u", "$file"] | |
,"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)" | |
,"selector": "source.python" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment