How do I permanently extend my PATH
variable from sublime text 3?
Specifically I am doing this for my scala REPL for the SublimeREPL package
"default_extend_env": {'{PATH};H:\\scala-2.10.2\\bin'},
I get "error trying to parse strings" error, and have tried with "
, and with single \
.