Sublime Forum

Simple Question

#1

Hi All, I am new to Python 3.5 & to ST3. Can someone please tell me how I setup ST3 so that I can run my Python progs by pressing CTRL+B I am using Win10 64bit. At the moment I get following 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:\Users\John\Desktop\testst3.py”]
[dir: C:\Users\John\Desktop]
[path: C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon]

Many thks in advance, John

0 Likes

#2

Modify your PATH environment variable to include the Python directory.

1 Like

#3

Thank you FichteFoll for the quick answer - appears to be working now…I would never have figured out that myself - never been in Path Environmental Variables before… :frowning:

Cheers, John

0 Likes