Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.