Good afternoon,
I am new to the system and by mistake i created an error in Sublime
I was following the instructions for python 3
I followed the next steps
Installed the latest python version
installed the latest Sublime version
In sublime accesed Tools ▸ Build System ▸ New Build System
which opened a new configuration file. I Deleted what i saw and entered the following
{
“cmd”: [“python3”, “-u”, “$file”],
}
I Saved the file as Python3.sublime-build in the default directory that Sublime Text opens when you choose Save
I was practicing and i think that by mistake i overwrote on a sublime file called python3
i wrote a small program and saved in a different folder
when i try to run the program using sublime i get the following error
[WinError 2] The system cannot find the file specified
[cmd: [‘python3’, ‘-u’, ‘C:\Users\my user name\Documents\python_work\hello_world.py’]]
[dir: C:\Users\my user name\Documents\python_work]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Users\my user name\AppData\Local\Microsoft\WindowsApps;]
[Finished]
i tryied to fix my error by unistalling both sublime and python.
i re-installed both, but the problem persists and i noted that the old files are still in the sublime memory
any ideas on how to fix this?
i need the app for my assigments
Thank you for your help!