I have a shell script with various functions defined and all accessible via the terminal by including the following line in bash_profile: source ~/hcom-env/conf/sys/hcom-profile
However when I try to use one of these functions within a sublime build system I get the error [Errno 2] No such file or directory
I've tried using the advice in this article http://robdodson.me/blog/2012/05/14/hacking-the-path-variable-in-sublime-text/ (including installing shell turtlestein and adding /Users/me/hcom-env/conf/sys/hcom-profile/
to the PATH I use in my path.py
file) but still doesn't work.