Hi,
I am new to ST3 but I love how sleek and gorgeous it is.
However, when I am using sublimeREPL. I have encountered a couple of problems about the interactive python console.
Followed this tutorial: https://www.youtube.com/watch?v=rIl0mmYSPIc
-
if I simply put python3 in cmd (in config/python/Main.sublime-menu), the system version is correct and python console works for printing, but if I want to continue use the console, it does not work.
-
it cannot take an input and print.
-
I thought it was due to I did not use the correct directory of python, so I updated the cmd as: “/usr/lib/python3.6”, then get the error for permisssion denied.
-
as for settings, my user setting is the same as default.
Can anyone please help me solve this problem?
