Created
May 8, 2020 21:19
-
-
Save ricard-inho/8028caca6eab9a4e5e832eb1a257f7fe to your computer and use it in GitHub Desktop.
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
Create a new File in your Packages/User directory (CTRL-SHIFT-P --> "Browse Packages") | |
New File: Packages/User/my_build.sublime-build | |
with the following content: | |
``` | |
{ | |
"cmd": ["python", "$file", "arg1", "arg2"] | |
} | |
```` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment