Hello,
I’m running sublime-text-3 on ubuntu 16.04. I have installed SublimeREPL package that I would like to use it in my clojure development but every time I try to start REPL, I get PermissionError: [Errno 13] Permission denied . I have done some research online and I got this link with issue like mine but non of the solution offered is working. I got this on sublime logs:
Traceback (most recent call last):
File “/home/jgateri/.config/sublime-text-3/Packages/SublimeREPL/sublimerepl.py”, line 487, in open
r = repls.Repl.subclass(type)(encoding, **kwds)
File “/home/jgateri/.config/sublime-text-3/Packages/SublimeREPL/repls/subprocess_repl.py”, line 92, in init
stdout=subprocess.PIPE)
File “./python3.3/subprocess.py”, line 819, in init
File “./python3.3/subprocess.py”, line 1448, in _execute_child
PermissionError: [Errno 13] Permission denied
error: PermissionError(13, ‘Permission denied’)
Please help.