Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #Go to sublime -> Tools -> Build System -> New Build System
  2. #Im using LinuxMint18 with mate desktop so mine will be like this:
  3. {
  4. "cmd": ["/home/vekio/anaconda2/bin/python", "-u", "$file"],
  5. "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
  6. "working_dir": "$file_dir",
  7. "selector": "source.python",
  8. "variants":
  9. [
  10. {
  11. "name": "Run",
  12. "shell": true,
  13. "cmd": ["mate-terminal -e 'bash -c \"/home/vekio/anaconda2/bin/python -u $file;echo;echo Press ENTER to exit; read line\"'"],"shell": true
  14. }
  15. ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement