Sublime Forum

Compass not found on OSX

#1

I’m running an ant script that finds compass when I run it from my terminal, but when I use Sublime’s build system I get an error back saying java couldn’t find compass. My assumption is that Sublime is running with a different $PATH set than when my OSX terminal, but I couldn’t find any threads to verify that or figure out how to modify the $PATH for the shell environment that Sublime does it’s builds in. :ugeek: Thanks in advance for any thoughts!

Some additional details: for those not familiar, compass is a ruby gem and I made my OSX shell aware of it’s existence by adding

export PATH=/Users/jgray/.gem/ruby/1.8/bin:$PATH

to my .bash_profile

0 Likes