Hazel and Ruby Versions (using RVM)

Posted:
Sun Nov 20, 2011 8:27 pm
by carolina96
I noticed that when I "Run shell script" and point it to a ruby file it runs the system ruby, even though I'm using a Ruby Version Manager (RVM) in my terminal. What is the best way to specify which version of ruby runs in Hazel?
Re: Hazel and Ruby Versions (using RVM)

Posted:
Mon Nov 21, 2011 1:00 pm
by Mr_Noodle
With shell scripts, it's always best to specify the full path to any programs. You can't assume what environment variables will be set.