Sublime Forum

Running ruby files. Ubuntu

#1

Hello! Can you tell me, how to build ruby files?? ctrl+b did nothing!
My ruby path is /home/yukke/.rvm/rubies/ruby-1.9.3-p194/bin/ruby and OS is Ubuntu 12.04 PTS
I read somhere, that i need to change Ruby.sublime-file
it doesn’t work:
{
“cmd”: “/home/yukke/.rvm/rubies/ruby-1.9.3-p194/bin/ruby”, “-u”,"$file"],
“file_regex”: “^(…?):([0-9]):?([0-9]*)”,
“selector”: “source.ruby”
}
error mesage was like: invalid option -u. But it works on my another computer.

Sorry for my bad english.

0 Likes