Python Forum
Sublime text not responding - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Sublime text not responding (/thread-25192.html)



Sublime text not responding - Mat - Mar-23-2020

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!


RE: Sublime text not responding - Fre3k - Mar-23-2020

check your env variable(s)
Maybe the path got deleted somehow