When trying to run Sublime REPL, I get a message box with permission denied error: IOError(13, 'Permission denied')
unless I launch Sublime Text with root privileges (sudo sublime
). It holds for any REPL language.
I'm using Ubuntu 12.10, and Sublime resides in /opt/
directory.
Since I can't google anyone else having this problem, probably there's something special about my filesystem privileges somewhere. What can cause files that Sublime REPL use be protected?
cd ~/.config; chown <username>:<username> sublime-text-2
– Romano