I just installed Sublime and I am working through the book “Python Crash Course” by Eric Matthes. I am attempting to run a simple hello world program to make sure everything is in order, but I keep getting the following message:
python: can’t open file ‘/Users/hcgareis1/Desktop/hello_wolrd.py’: [Errno 2] No such file or directory
[Finished in 0.1s with exit code 2]
[shell_cmd: python -u “/Users/hcgareis1/Desktop/hello_wolrd.py”]
[dir: /Users/hcgareis1/Desktop]
[path: /Library/Frameworks/Python.framework/Versions/3.8/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin]
Any help would be greatly appreciated, otherwise I will just use a different text editor.