Thread setting environmental variable correctly to include .pm file
(13 answers)
Opened by Raffael2013 at 2013-04-08 13:59
Hi all,
I am using Ubuntu and I cannot start the vcftools/bin/vcf-fix-ploidy perl function from here: http://vcftools.sourceforge.net/perl_mod...fix-plo... It says: Can't locate Vcf.pm in @INC (@INC contains: /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 .) at /opt/vcftools/bin/vcf-fix-ploidy line 9. Ok, i have to add the vcftools/perl directory to PATH: Code: (dl
)
1 setenv PATH ${PATH}:/opt/vcftools/perl this does not help. Furthermore I have no Variable PERL5LIB or PERLLIB, too. These are my environmental variables, that I have: Code: (dl
)
1 USER=user0815 What can I do? How can I tell PERL to include this path? Antwort auf deutsch auch gerne willkommen :) Thanks in advance modedit Editiert von pq: code-tags Last edited: 2013-04-08 14:13:35 +0200 (CEST) |