I use a build system "bash" to run my bash script inside sublime text.
this is the code
- Code: Select all
{
"cmd": ["/bin/bash", "$file"]
}
but when execute scritp the created shell hasn't the same anviroement variable as my default bah shell.
Someone cane give me some adivice?