Python Forum

Full Version: Sublime text not responding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there,

This is my first question and probably a very stupid question. It seems that every code that I have been writing doesn't work anymore on Sublime text. All programs were working fine until yesterday but this morning, none of them work.
Even for a simple " print('hello world') " command, here is what I receive back:

Error:
No such file or directory: 'python3' [cmd: ['python3', '-u', '/Users/.../Desktop/test.py']] [dir: /Users/.../Desktop] [path: /usr/bin:/bin:/usr/sbin:/sbin] [Finished]
Can somebody help please? thanks!
check your env variable(s)
Maybe the path got deleted somehow