in reply to Re: duplicate perl environments
in thread duplicate perl environments
root@boiao:~# perlbrew list * /usr/local/bin/perl (5.10.1) /usr/bin/perl (5.12.4) root@boiao:~# perlbrew switch /usr/bin/perl /usr/bin/perl is not installed root@boiao:~# perlbrew switch 5.12.4 5.12.4 is not installed root@boiao:~# perlbrew switch perl-5.12.4 perl-5.12.4 is not installed root@boiao:~# perlbrew switch perl_5.12.4 perl_5.12.4 is not installed root@boiao:~# perlbrew switch /usr/bin/perl5.12.4 /usr/bin/perl5.12.4 is not installed root@boiao:~# perlbrew switch perl5.12.4 perl5.12.4 is not installedFollowed the instructions to init perlbrew and add the path to ~/.bashrc and it lists the two installations and started a new shell, but I'm still not able to switch to 5.12.4
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: duplicate perl environments
by kcott (Archbishop) on Jul 13, 2012 at 22:58 UTC | |
|
Re^3: duplicate perl environments
by frozenwithjoy (Priest) on Jul 13, 2012 at 17:14 UTC | |
by Bejjan (Novice) on Jul 13, 2012 at 17:50 UTC | |
by frozenwithjoy (Priest) on Jul 13, 2012 at 17:52 UTC | |
by Bejjan (Novice) on Jul 13, 2012 at 18:38 UTC |