App-perlbrew icon indicating copy to clipboard operation
App-perlbrew copied to clipboard

Perlbrew installation at /opt/perl5 problem.

Open lifeboatpres opened this issue 3 years ago • 4 comments

I was installing perlbrew at /opt/perl5 so multiple people could use the same version of Perl.

I did this installation after I had already installed perlbrew in my home directory (with the idea that I would delete that perlbrew after /opt/perl5 worked.)

This caused /opt/perl5/bin/perlbrew to start with #!/home/lifeboat/perl5/perlbrew/perls/perl-5.22.0/bin/perl which was a problem once the perlbrew in /home/lifeboat was deleted. It would have been better if the perlbrew installation script had used #!/usr/bin/perl instead.

lifeboatpres avatar Nov 19 '20 02:11 lifeboatpres