i installed sublime text3 and tried to run a python code in it.
when i choose python
from Build system
and tried to run the code i got this error :
'python' is not recognized as an internal or external command, operable program or batch file. [Finished in 0.1s with exit code 1] [shell_cmd: python -u "C:\Python26\Lib\py\try66.py"] [dir: C:\Python26\Lib\py] [path: C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\bin\Intel64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn]
so i installed sublimeREPL
file and set the path in the file.
and the i create a new Build system named python26repl.sublime-build
with this context:
> { "target": "run_existing_window_command", "id": "repl_python_run",
> "file": "config/Python/Main.sublime-menu" }
and i set the Build system
to python26repl.sublime-build
. now Build
(CTRL+B) doesn't work.i mean they do nothing but save the code.
please help, what's the problem? how to fix?