-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 09/08/12 22:55, Lou Picciano wrote: > Really, the developer has fully granular control over which binary > to use in a given environment; they coexist quite nicely in > separate trees. (Some crazy developer might well have 2.4, 2.6, 2.7 > and 3.2, all in harmonious cohabitation.)
This is actually quite common. My Solaris 10 development machine: """ [root@babylon5 jcea]# d /usr/local/bin/python* lrwxrwxrwx 1 root root 7 Apr 12 13:06 /usr/local/bin/python -> python2 lrwxrwxrwx 1 root root 9 Apr 12 13:06 /usr/local/bin/python2 -> python2.7 - -rwxr-xr-x 1 root root 3108840 Apr 24 2008 /usr/local/bin/python2.3 - -rwxr-xr-x 1 root root 3340612 Apr 24 2008 /usr/local/bin/python2.4 - -rwxr-xr-x 1 root root 7796 Mar 14 2008 /usr/local/bin/python2.5 - -rwxr-xr-x 1 root root 1424 Mar 14 2008 /usr/local/bin/python2.5-config - -rwxr-xr-x 1 root root 7848 Oct 4 2010 /usr/local/bin/python2.6 - -rwxr-xr-x 1 root root 1424 Oct 4 2010 /usr/local/bin/python2.6-config - -rwxr-xr-x 1 root root 9184 Apr 12 13:05 /usr/local/bin/python2.7 - -rwxr-xr-x 1 root root 1624 Apr 12 13:06 /usr/local/bin/python2.7-config lrwxrwxrwx 1 root root 16 Apr 12 13:06 /usr/local/bin/python2-config -> python2.7-config - -rwxr-xr-x 3 root root 19548 Apr 12 13:31 /usr/local/bin/python3 - -rwxr-xr-x 1 root root 10276 Apr 22 2009 /usr/local/bin/python3.0 - -rwxr-xr-x 1 root root 1401 Apr 22 2009 /usr/local/bin/python3.0-config - -rwxr-xr-x 1 root root 12444 Jun 13 2011 /usr/local/bin/python3.1 - -rwxr-xr-x 1 root root 1401 Jun 13 2011 /usr/local/bin/python3.1-config - -rwxr-xr-x 3 root root 19548 Apr 12 13:31 /usr/local/bin/python3.2 lrwxrwxrwx 1 root root 17 Apr 12 13:31 /usr/local/bin/python3.2-config -> python3.2m-config - -rwxr-xr-x 3 root root 19548 Apr 12 13:31 /usr/local/bin/python3.2m - -rwxr-xr-x 1 root root 1826 Apr 12 13:31 /usr/local/bin/python3.2m-config lrwxrwxrwx 1 root root 16 Apr 12 13:31 /usr/local/bin/python3-config -> python3.2-config lrwxrwxrwx 1 root root 14 Apr 12 13:06 /usr/local/bin/python-config -> python2-config """ - -- Jesus Cea Avion _/_/ _/_/_/ _/_/_/ [email protected] - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ jabber / xmpp:[email protected] _/_/ _/_/ _/_/_/_/_/ . _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQCVAwUBUCRueZlgi5GaxT1NAQJoaQP/WhhveR55Eya1SulSm0tX9abdLPvJLvKe fbGBjDdUwIpi35lao3/rRjKJllQAMUI4U/gdM1Q7j1rKSHiidyUxtB5Goe5nOjK9 8AXgw6BkzTrKG4P4WKhvtcGB/0gjaG6tJdxeqrs9VWc2yBOt8eh2Wr1mE3KUZJz5 98+FGfyr7HY= =gs3Y -----END PGP SIGNATURE----- _______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
