From: http://josephturian.blogspot.com/ Date: Sat, 16 Aug 2008 21:14:43 +0000 (-0400) Subject: (no commit message) X-Git-Tag: 2.62~111 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7ad64a29d7766193c5707e4c99ec58fb9199f116;p=ikiwiki.git --- diff --git a/doc/tips/DreamHost.mdwn b/doc/tips/DreamHost.mdwn index 5af894d16..03a1a4c45 100644 --- a/doc/tips/DreamHost.mdwn +++ b/doc/tips/DreamHost.mdwn @@ -10,7 +10,11 @@ We're going to assume that you're installing CPAN and other Perl modules into ~/ In your .bashrc/.bash_profile/.profile, add: - export PERL5LIB=~/site/perl/share/perl/5.8:~/site/perl/share/perl/5.8.4:~/site/perl/lib/perl5:~/site/perl/lib/perl/5.8.4 + export PERL5LIB="$HOME/site/perl/share/perl/5.8:$HOME/site/perl/share/perl/5.8.4:$HOME/site/perl/lib/perl5:$HOME/site/perl/lib/perl/5.8.4" + +These locations may be different on your computer. For example, I use: + + export PERL5LIB="$HOME/site/perl/lib/perl5:$HOME/site/perl/lib/perl5/site_perl/5.8.8:$PERL5LIB" You probably want to add *~/site/perl/bin/* to your path, as well, since Ikiwiki's scripts are put in there.