Advertisement
Typhoon

SublimeText3 Python3 Build System

Aug 24th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. Select the menu Tools > Build > New Build System and enter the following:
  2.  
  3. {
  4. "cmd": ["/usr/local/bin/python3", "$file"]
  5. , "selector": "source.python"
  6. , "file_regex": "file \"(...*?)\", line ([0-9]+)"
  7. }
  8.  
  9. Or proper full-path from : which python3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement