Hi, Disclaimer: I don't know Ruby.
Le 23/12/2012 07:34, thufir a écrit : > [...] > I set compile (and execute) to: > > /home/thufir/.rvm/rubies/default/bin/ruby "%f" > > and right below that set "beautify" to: > > /home/thufir/.rbeautify.rb "%f" > > > [...] > thufir@dur:~$ head .rbeautify.rb -n 6 > #!/usr/bin/ruby -w > > [...] Your .rbeautify.rb script seems to use /usr/bin/ruby, while you specify a specific Ruby paths for the compile/execute, is that normal? Anyway, try specifying the Ruby path: /home/thufir/.rvm/rubies/default/bin/ruby -w /home/thufir/.rbeautify.rb "%f" Cheers, Colomban _______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
