Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: SOLVED: How to install Term::ReadLine::Gnu in perlbrew ... only once?

by Aldebaran (Curate)
on Nov 09, 2019 at 07:01 UTC ( [id://11108509]=note: print w/replies, xml ) Need Help??


in reply to SOLVED: How to install Term::ReadLine::Gnu in perlbrew ... only once?

After deleting the line eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)" from .bashrc everything works as it should.

I just did the same thing whilst getting termux bootstrapped:

tar zvxf local-lib-2.000011.tar.gz cd local-lib-2.000011 perl Makefile.PL --bootstrap pkg install make make test && make install echo 'eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"' >>~/.bashrc

After a dozen attempts, I installed a fresh .bashrc and finally failed to fail....

  • Comment on Re: SOLVED: How to install Term::ReadLine::Gnu in perlbrew ... only once?
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11108509]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 17:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found