Welcome!
Please tell me how to run Phyton 3 in Sublime Text 3?
Installed the latest version of Python from the official website. Downloaded sablaym text 3.
Created New Build System for Python 3.
Downloaded SublimeREPL.
In the end, when you run the simplest code "print ("Hello")", saving the file in the window gives the following:
[WinError 2] the system cannot find the file specified
[cmd: ['python3', '-i', '-u', 'C:\\\\Users\\\\Artem\\\\Desktop\\\\hello.py']]
[dir: C:\\Users\\Artem\\Desktop]
[path: C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\VIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Common Files\\Apple\\Internet Services\\;C:\\Program Files\\Common Files\\Autodesk Shared\\]
[Finished]
I don't understand why the system cannot find the file specified.