Update perl module loading steps,
thought first step was not required. It is.
This commit is contained in:
parent
9271704bd4
commit
d62b5b6387
@ -17,6 +17,7 @@ It's cool, it processes markdown first then HTML, so existing HTML files are unt
|
||||
|
||||
\*Hopefully the admins fix it before it matters, but here's what I used to [install the perl module I needed with cpanm](https://stackoverflow.com/questions/2980297/how-can-i-use-cpan-as-a-non-root-user)--Text::Markdown--which you can ignore installing cpanm because it's already installed on SDF. It's just:
|
||||
|
||||
curl http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
|
||||
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
|
||||
echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.profile
|
||||
echo 'export MANPATH=$HOME/perl5/man:$MANPATH' >> ~/.profile
|
||||
|
Loading…
Reference in New Issue
Block a user