Re: perl's anaconda

2019-08-07 Thread Eliza
Yes I have tried perlbrew this day. It behaves well. I was thinking perlbrew is influenced by ruby's homebrew for mac package admin. Is it? regards, Eliza If you're working on a Ubuntu server you might find these step by step instructions useful https://blog.geekuni.com/2015/05/how-to-inst

Re: perl's anaconda

2019-08-07 Thread Andrew Solomon
Hi Eliza, If you're working on a Ubuntu server you might find these step by step instructions useful https://blog.geekuni.com/2015/05/how-to-install-different-versions-of-perl.html On Wed, Aug 7, 2019 at 12:37 PM Илья Рассадин wrote: > There is two main tools to install different versions of pe

Re: perl's anaconda

2019-08-07 Thread Eliza
That's great. I appreciate it. For example: cpanm -L local DBI@1.01 will install DBI into local subdirectory of your current dir Later on, you can load this version of DBI package with perl -I key. perl -I local/lib/perl5 -E 'use DBI; say $DBI::VERSION' -- To unsubscribe, e-mail: beginn

Re: perl's anaconda

2019-08-07 Thread Илья Рассадин
There is two main tools to install different versions of perl - perlbrew https://perlbrew.pl/ and plenv https://github.com/tokuhirom/plenv. If you want different project environments, you can use tools like cpanm https://metacpan.org/pod/cpanm For example: cpanm -L local DBI@1.01 will instal

Re: perl's anaconda

2019-08-07 Thread Eliza
That's smart. I will look into it. thanks for help. You can install multiple versions of Perl and in each of them you can install specific versions of your library. On Wed, 7 Aug, 2019, 3:03 PM Eliza, > wrote: That looks interesting. For library install

Re: perl's anaconda

2019-08-07 Thread Chankey Pathak
You can install multiple versions of Perl and in each of them you can install specific versions of your library. On Wed, 7 Aug, 2019, 3:03 PM Eliza, wrote: > That looks interesting. > For library installation under perlbrew, can it install more than one > release for the same library? for exampl

Re: perl's anaconda

2019-08-07 Thread Eliza
That looks interesting. For library installation under perlbrew, can it install more than one release for the same library? for example, DBI-1.1.0, DBI-1.1.1 etc. regards, Eliza Check out perlbrew https://perlbrew.pl/ On Wed, 7 Aug, 2019, 2:55 PM Eliza, > wrote

Re: perl's anaconda

2019-08-07 Thread Chankey Pathak
Check out perlbrew https://perlbrew.pl/ On Wed, 7 Aug, 2019, 2:55 PM Eliza, wrote: > Hello, > > Is there a toolkit like python's anaconda which has multi-versions of > perl installation for different development environment? > > https://www.anaconda.com/ > > regards, > Eliza > > -- > To unsubscr

perl's anaconda

2019-08-07 Thread Eliza
Hello, Is there a toolkit like python's anaconda which has multi-versions of perl installation for different development environment? https://www.anaconda.com/ regards, Eliza -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org ht