Last active
October 5, 2015 18:58
-
-
Save tomschenkjr/2859378 to your computer and use it in GitHub Desktop.
Setting PATH for Sublime Text 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"default_extend_env":{"PATH":"{PATH};C:\\Users\\user_name\\Documents\\R\\R-2.14.1\\bin\\x64"} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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} ?