Cumbers:BioRubyInstallTips

From OpenWetWare
Jump to navigationJump to search

Bioruby

  • is ruby installed? ruby -v
  • untar it tar -xvzf filename.tar

from http://bioruby.org/wiki/English/?How+do+I+get+and+install+BioRuby%3F

% tar zxvf bioruby-x.x.x.tar.gz
% cd bioruby-x.x.x
% ruby install.rb config
% ruby install.rb setup
% su
# ruby install.rb install
  • to run it ./bin/bioruby why does it ask me if I'm sure I want to start a new session?


Cygwin

  • use alt-space then e and p to paste!