Naren87 has asked for the wisdom of the Perl Monks concerning the following question:
I need to use Bio::Phylo::Forest and Bio::Phylo::Treedrawer modules from my code but they are based on perl5lib and not perllib. I need to use perl5li @INC locally. I exported @INC to local dir.
export PERL5LIB=/home/my_code_folderand trying to access it via code
use local::lib "/home/my_code_folder"but somehow no success. The error shows
Attempting to create directory /home/my_code_folder. Permission denied at /usr/share/perl5/local/lib.pm line 255.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Exporting perl5lib to local directory and using local::lib module to access it.
by Corion (Patriarch) on Sep 11, 2015 at 05:29 UTC | |
by Naren87 (Novice) on Sep 11, 2015 at 05:46 UTC | |
by Corion (Patriarch) on Sep 11, 2015 at 06:22 UTC | |
by Naren87 (Novice) on Sep 11, 2015 at 07:33 UTC |