[BioRuby] FW: installing bio::graphics
Robert Citek
robert.citek at gmail.com
Fri Feb 15 04:22:54 UTC 2008
Still no dice:
$ ruby -rubygems -e "require 'bio'; gem 'bio-graphics' ; puts 'hello' "
/usr/local/lib/site_ruby/1.8/rubygems.rb:379:in
`report_activate_error': Could not find RubyGem bio-graphics (>= 0)
(Gem::LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems.rb:311:in `activate'
from /usr/local/lib/site_ruby/1.8/rubygems.rb:65:in
`active_gem_with_options'
from /usr/local/lib/site_ruby/1.8/rubygems.rb:50:in `gem'
from -e:1
Some other information that may be helpful:
$ uname -va
Linux ubuntu-laptop 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC
2008 i686 GNU/Linux
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"
$ ruby -v
ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
Regards,
- Robert
On Thu, Feb 14, 2008 at 9:45 PM, Mitsuteru Nakao <n at bioruby.org> wrote:
> Hi Robert,
>
> Try this line,
>
> $ ruby -rubygems -e "require 'bio'; gem 'bio-graphics' ; puts 'hello' "
>
>
>
> > > Then can you try the following?
> > > ruby -rubygems -e "require 'bio'; require 'bio-graphics' ; puts 'hello' "
> >
> > $ ruby -rubygems -e "require 'bio'; require 'bio-graphics' ; puts 'hello' "
> > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
> > `gem_original_require': no such file to load -- bio-graphics
> > (LoadError)
> > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
> > `require'
> > from -e:1
> >
> > That doesn't look good, either.
>
> Best,
> Mitsuteru
> -
> Mitsuteru Nakao
> n at bioruby / mn at kazusa.or.jp
More information about the BioRuby
mailing list