- #1
DS2C
Hi guys. Just wanted to see if I could get a point on this problem I'm having.
I'm using a book to learn Python3 and I'm using SublimeText as an editor.
The book initially told me to configure Sublime for Python3 by typing this into a blank Sublime file:
{
"cmd": ["/usr/local/bin/python3", "-u", "$file"],
}
and to save it wherever it prompted me to (which was User file)
Now the book tells me to File > Save as as document called hello_world.py in a particular folder that I made.
However, when I try to save it to this location in Sublime, it doesn't give me this option. So in Sublime, I save it to Documents. Then I went into Documents and dragged it into the folder that I made.
It then tells me to type this snippet command into Sublime and I should get something out of it. But as you can see in the screenshot, I just get an error. I cropped out my name where it occurred in the error for privacy reasons.
Can someone tell me how to save the file in Sublime into the folder that I created so that I can get this to work?
I'm using a book to learn Python3 and I'm using SublimeText as an editor.
The book initially told me to configure Sublime for Python3 by typing this into a blank Sublime file:
{
"cmd": ["/usr/local/bin/python3", "-u", "$file"],
}
and to save it wherever it prompted me to (which was User file)
Now the book tells me to File > Save as as document called hello_world.py in a particular folder that I made.
However, when I try to save it to this location in Sublime, it doesn't give me this option. So in Sublime, I save it to Documents. Then I went into Documents and dragged it into the folder that I made.
It then tells me to type this snippet command into Sublime and I should get something out of it. But as you can see in the screenshot, I just get an error. I cropped out my name where it occurred in the error for privacy reasons.
Can someone tell me how to save the file in Sublime into the folder that I created so that I can get this to work?