SublimeREPL Unable to Find R
Okay, this is driving my crazy. I had set this up before, deleted Sublime Text, and now I can't remember what the right configuration was. Very simple: I'm running R through SublimeREPL and need to point the REPL to where R is installed. I followed the directions at http://sublimerepl.readthedocs.org/en/latest/ , which say to go into the user-defined REPL settings and add this: { ... "default_extend_env": {"PATH": "{PATH}:/home/myusername/bin"} ... } where the path points to the right directory. I tried replacing it with { ... "default_extend_env": {"PATH": "C:/Program Files/R/R-3.0.2/bin"} ..