Hey y’all, I’m working on a game that requires the .changes() function from random but sublime is running a 2.7 version of python even though my Mac is running 3.7.
I’ve searched the web for a solution and have found a few suggestions on how to update my build but none of them have been successful. When I go to New Build System… I get:
{
“shell_cmd”: “make”
}
which doesn’t seem to fit the description of what I should see in any of the solutions I’ve found. I try to copy and pate my directory from my terminal ( /usr/bin/python) in the argument the line anyway and in this script { “cmd”: “python3”, “-u”, “$file”], “file_regex”: “^ ]File "(…?)”, line ([0-9]*)", “selector”: “source.python” } which I found online as the solution and get nothing in return when I run the test script unless I switch it back to the default option python which reveals the 2.7 build. I am ripping my hair out and I am about ready to switch to atom’s IDE even though I’ve only used sublime up to know (I’ve been teaching myself the language through books and web videos for several months).
Sorry for the run on long winded paragraph above but I am really frustrated and hope I can find some help here. Thank you in advance for any replies