I'm using Sublime to write some code in Python and the Sublime REPL to "rotate" the codes. Anyway, I installed by package control, so far nothing strange, but when I put to run by REPL he gives "file not found error". How do I get it to roll?
I'm using Sublime to write some code in Python and the Sublime REPL to "rotate" the codes. Anyway, I installed by package control, so far nothing strange, but when I put to run by REPL he gives "file not found error". How do I get it to roll?
I think the problem is pointing out where python is installed.
Verify that the python installation folder is indicated by system variables. See the attached image - click here . Do some simple operation through the terminal to make sure it is possible to use python through the terminal.
While everything is right through the terminal, open the Sublime. With me I do this:
That way, my file is on the left side and the interpreter on the right.
In this way, everything that is typed in my saved file is transferred to the interpreter.