weirdness setting default perl version

Puneet Kishor punk.kish at gmail.com
Thu Jun 27 10:51:08 PDT 2013


	$ which perl
	/opt/local/bin/perl
	$ perl -v

	This is perl 5, version 12, subversion 4 (v5.12.4) built for darwin-thread-multi-2level
	..

	$ port installed perl5.14
	The following ports are currently installed:
	  perl5.14 @5.14.2_1
	  perl5.14 @5.14.2_2 (active)

	$ sudo port activate perl5.14 @5.14.2_2
	--->  Computing dependencies for perl5.14
	--->  Cleaning perl5.14

	$ which perl
	/opt/local/bin/perl
	$ perl -v

	This is perl 5, version 12, subversion 4 (v5.12.4) built for darwin-thread-multi-2level

	..

Now what can I do?

--
Puneet Kishor


More information about the macports-users mailing list