登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

云之南

风声,雨声,读书声,声声入耳;家事,国事,天下事,事事关心

 
 
 

日志

 
 
关于我

专业背景:计算机科学 研究方向与兴趣: JavaEE-Web软件开发, 生物信息学, 数据挖掘与机器学习, 智能信息系统 目前工作: 基因组, 转录组, NGS高通量数据分析, 生物数据挖掘, 植物系统发育和比较进化基因组学

ACTIVEPERL在LINUX下的安装  

2009-11-03 14:33:16|  分类: linux&shell |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |

1) 安装ACTIVESTATE的PERL

可以到http://www.activestate.com/activeperl/downloads下载各种OS下的编译好的PERL包,

可以直接下载TAR格式的,解压执行安装脚本后

2)配置环境变量

[root@localhost ~]# vi /etc/profile.d/perl.sh
设置环境变量:内容如下:(本人的ActivePerl是安装在opt目录下)
   #set perl environment

#set perl environment

PERL5LIB=/opt/ActivePerl-5.10/lib:/opt/ActivePerl-5.10/site/lib

PATH=/opt/ActivePerl-5.10/bin:/opt/ActivePerl-5.10/site/bin:$PATH

export PERL5LIB  PATH

[root@localhost ~]# source /etc/profile.d/perl.sh
bash: /root: is a directory
[root@localhost ~]# echo $PERL5LIB
/opt/ActivePerl-5.10/lib
[root@localhost ~]# perl -v

This is perl, v5.10.1 built for x86_64-linux-thread-multi
(with 2 registered patches, see perl -V for more detail)

Copyright 1987-2009, Larry Wall

Binary build 1006 [291086] provided by ActiveState http://www.ActiveState.com
Built Aug 24 2009 13:44:06

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
  评论这张
 
阅读(2440)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018