diff options
author | http://josephturian.blogspot.com/ <http://josephturian.blogspot.com/@web> | 2008-08-16 17:14:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-08-16 17:14:43 -0400 |
commit | 7ad64a29d7766193c5707e4c99ec58fb9199f116 (patch) | |
tree | e7b4da6a8c7ccc50fdb11f28a3410059e45f2e9b /doc | |
parent | 6f70b295066aa8aa53b1a753179a76ed1cf0f1aa (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/DreamHost.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
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. |