I used SublimeREPL for a while, everything worked just fine. I needed “Open with SubilimeText” option to be on right-click (which I forgot it to install). So I installed Sublime Text (without removing) with “Add to explorer context menu” checked. And now when I press “F7” (Run code) SublimeREPL does nothing.
The only way it runs Python files is
Tools > SublimeREPL > Python > RUN Current File
I tried to remove REPL.build-system, re-installing package. Doesn’t help. How can I fix it?
P.S. Maybe it does not like Anaconda being installed? I have both a package and program. And I used to get an Anaconda error from time to time, but even with error SublimeREPL worked perfectly good.