SublimeRepl does not rotate the code

0

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?

    
asked by anonymous 02.10.2014 / 22:00

1 answer

-1

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:

  • Save my file
  • In View > Layout , I choose Columns: 2
  • In Tools > SublimeREPL , I choose the language of my file.
  • That way, my file is on the left side and the interpreter on the right.

  • Now I click on the tab of my file
  • In Tools > SublimeREPL > Transfer to REPL , click File
  • In this way, everything that is typed in my saved file is transferred to the interpreter.

  • Press ENTER and start celebrating!
  • 07.05.2015 / 00:05