Translations:Perl/10/en

From Alliance Doc
Jump to navigation Jump to search

Lastly, you must add the path of your installation directory to your environment. You can do this by adding the following line to your .bashrc:

Question.png
[name@server ~]$ export PERL5LIB=$HOME/perl/lib64/perl5:$HOME/perl/share/perl5

(assuming that you have installed the packages in the directory $HOME/perl).