sustained / CoffeeScript-Sublime-Plugin

Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
MIT License
290 stars 71 forks source link

run() smashes PATH #28

Open blalor opened 11 years ago

blalor commented 11 years ago

CoffeeScript.py#run() overwrites the PATH environment variable. I can specify binDir in my ST2 settings, but if I've already got my environment set correctly, this overwrites it. Note that if I don't specify binDir that the PATH is set to /usr/local/bin.