in reply to CPAN won't install into personal directory; probably an o conf problem
You are not using local::lib :-) It's as easy as this:
How to use the local::lib module: Use the --bootstrap method to install local::lib according to its inst +allation instructions and then echo 'eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)' >>~/.bashrc then run cpan shell this way perl -MCPAN -Mlocal::lib -e shell you may need to cpan> reload cpan cpan> o conf init connect_to_internet_ok urllist cpan> install Crypt::Rijndael # for example
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CPAN won't install into personal directory; probably an o conf problem
by throop (Chaplain) on Apr 25, 2012 at 20:22 UTC |