Subject: | After installing perl 5.14.0, can't switch to it :-/ |
[ambs@rachmaninoff ~]$ perlbrew install perl-5.14.0
[...]
[ambs@rachmaninoff ~]$ perlbrew list
custom
* default_perl
perl-5.14.0
/opt/local/bin//perl (5.12.3)
/usr/bin/perl (5.12.3)
[ambs@rachmaninoff ~]$ perlbrew switch perl-5.14.0
Switched to perl-5.14.0. To use it immediately, run this line in this
terminal:
exec /bin/bash
[ambs@rachmaninoff ~]$ perlbrew list
custom
* default_perl
perl-5.14.0
/opt/local/bin//perl (5.12.3)
/usr/bin/perl (5.12.3)
[ambs@rachmaninoff ~]$ ecec /bin/bash
-bash: ecec: command not found
[ambs@rachmaninoff ~]$ exec /bin/bash
[ambs@rachmaninoff ~]$ perlbrew list
custom
* default_perl
perl-5.14.0
/opt/local/bin//perl (5.12.3)
/usr/bin/perl (5.12.3)
[ambs@rachmaninoff ~]$