We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(from Rayan)
`perl cnfind.pl` crashes with: "Can't locate File/HomeDir.pm in @INC .."
Need to install File::HomeDir in Perl.
To do this, type this in a terminal (no root needed):
wget -O- 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' >> ~/.bash_profile cpanm File::HomeDir restart bash
perl -I ~/perl5/lib/perl5 -Mlocal::lib
(follows http://stackoverflow.com/questions/2980297/how-can-i-use-cpan-as-a-non-root-user)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(from Rayan)
Need to install File::HomeDir in Perl.
To do this, type this in a terminal (no root needed):
wget -O- 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
' >> ~/.bash_profilecpanm File::HomeDir
restart bash
(follows http://stackoverflow.com/questions/2980297/how-can-i-use-cpan-as-a-non-root-user)
The text was updated successfully, but these errors were encountered: