oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 522 forks source link

Can't use custom Ruby (advanced settings) #186

Open stockman opened 10 years ago

stockman commented 10 years ago

I'm trying to use a custom ruby. I've put in the ruby path but it still not working correctly. Can you please provide an example of the path location?

oklai commented 10 years ago

Hi @stockman

What is the error message? The example path D:\Program Files\Ruby193\bin\ruby.exe . If ruby is already in the system environment variables (using ruby commands directly in the terminal), the path option can be empty.

Cheers

stockman commented 10 years ago

Thanks.

stockman commented 10 years ago

What is the format in OSx? I upgraded to Mavericks and the default is ruby-2.0 I'm trying to use RVM. This what I have: ~/.rvm/rubies/ruby-1.9.3-p545/bin/ruby

stockman commented 10 years ago

Not getting any closer to finding a way to use a custom ruby. It seems to use the system default ruby (1.8 in mountain lion) So for gems that aren't loading via bundle, I have to manually update the system ruby. (something I would rather avoid.)

zaygraveyard commented 7 years ago

@stockman the path needs to be absolute, so you should replace ~ with the path to your home dir (ex. /Users/your_user/.rvm/rubies/ruby-1.9.3-p545/bin/ruby