Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

the system cannot find the file specified sublime text 3 python

{
	"shell_cmd": "python -u "$file"",
	"file_regex": "^[ ]*File "(...*?)", line ([0-9]*)",
	"selector": "source.python",

	"env": {"PYTHONIOENCODING": "utf-8"},

	"variants":
	[
		{
			"name": "Syntax Check",
			"shell_cmd": "python -m py_compile "${file}"",
		}
	]
}
Source by forum.sublimetext.com #
 
PREVIOUS NEXT
Tagged: #system #find #file #sublime #text #python
ADD COMMENT
Topic
Name
8+9 =