Skip to content

Instantly share code, notes, and snippets.

@tomschenkjr
Last active October 5, 2015 18:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomschenkjr/2859378 to your computer and use it in GitHub Desktop.
Save tomschenkjr/2859378 to your computer and use it in GitHub Desktop.
Setting PATH for Sublime Text 2
{
"default_extend_env":{"PATH":"{PATH};C:\\Users\\user_name\\Documents\\R\\R-2.14.1\\bin\\x64"}
}
@staticor
Copy link

Excuse, I have troubles in setting this.

the PATH 's value in mac os should be like what?

In console, > Sys.getenv("R_HOME")
[1] "/Library/Frameworks/R.framework/Resources"

The path is right for {PATH} ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment