Eclipse为什么不识别$ PERL5LIB?

时间:2010-09-18 14:59:46

标签: eclipse perl bioperl

我关注BioPerl manual:我在bioperl-live下克隆了~/src的新副本,然后将以下行添加到我的~/.profile(我正在使用Ubuntu):

export PERL5LIB="$HOME/src/bioperl-live:$PERL5LIB"

但是,Eclipse中无法识别BioPerl模块,例如:

Can't locate Bio/Tools/GFF.pm in @INC (@INC contains: 
 /home/dave/workspace/.metadata/.plugins/org.epic.debug 
 /home/dave/workspace_workspace/mars/scripts/lib 
 /etc/perl 
 /usr/local/lib/perl/5.10.1 
 /usr/local/share/perl/5.10.1 
 /usr/lib/perl5 
 /usr/share/perl5 
 /usr/lib/perl/5.10 
 /usr/share/perl/5.10 
 /usr/local/lib/site_perl )

我想念什么?

1 个答案:

答案 0 :(得分:1)

登录时会读取

~/.profile。要在下次登录时使用该设置,请启动终端,运行export PERL5LIB=…行,然后启动Eclipse或任何其他使用BioPerl的程序来自那个终端。