I had a problem deleting it in the ubuntu virtual field, the path that was sent from the windows was like that and could not be found.
\usr\local\bin\annotate
I just added the correct path to the input of the Ruby arguments:
-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /usr/local/bin/annotate
I was just starting out with Rubymin, and I doubt it is the right method.
Danny source share