in reply to Re^2: change where CPAN places Modules - Help Please
in thread change where CPAN places Modules - Help Please
No thats good enough, thats the secret sauce right there
PERL5LIB="/root/perl5/lib/perl5:" PERL_LOCAL_LIB_ROOT=":/root/perl5" PERL_MB_OPT="--install_base /root/perl5" PERL_MM_OPT="INSTALL_BASE=/root/perl5"
Thats the stuff users without root use to install perl modules into a directory of their choosing
This is the documentation you need to read
PERL_MM_OPT, PERL5LIB, PERL_MB_OPT, PERL_MM_OPT, INSTALL_BASE, PERL_LOCAL_LIB_ROOT,
A root user doesn't need local::lib or perlbrew only sh Configure -Dprefix=~/p-5.18.0/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: change where CPAN places Modules - Help Please
by Anonymous Monk on May 02, 2017 at 01:07 UTC | |
by Anonymous Monk on May 02, 2017 at 01:30 UTC |