Skip to content

Instantly share code, notes, and snippets.

@vermaditya1999
Created November 17, 2017 19:09
Show Gist options
  • Save vermaditya1999/688bf1a18d1745d74556c5c90cb96eca to your computer and use it in GitHub Desktop.
Save vermaditya1999/688bf1a18d1745d74556c5c90cb96eca to your computer and use it in GitHub Desktop.
Sublime Text, Custom build system for python3-linux
{
"cmd": ["gnome-terminal -e 'bash -c \"python3 -u $file;echo;echo Press ENTER to exit; read line\"'"],
"shell": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment