- Code: Select all
{
"cmd": ["/usr/local/bin/coffee", "$file"],
"selector": "source.coffee"
}
But when I run it I get [Finished]env: node: No such file or directory
If I run it in the terminal normally it works just fine.... any ideas?
Many thanks
{
"cmd": ["/usr/local/bin/coffee", "$file"],
"selector": "source.coffee"
}
import os
os.environ["PATH"]
{
"cmd": ["/usr/local/bin/coffee", "$file"],
"selector": "source.coffee",
"path": "/usr/local/bin:$PATH"
}Users browsing this forum: Crasher and 7 guests