ActivePython: multiple versions on OSX?

John Roth johnroth1 at gmail.com
Tue Jul 26 08:00:10 EDT 2011


On Jul 25, 8:18 pm, Ned Deily <n... at acm.org> wrote:
> In article <j0l14e$cu... at dough.gmane.org>, Robert <sigz... at gmail.com>
> wrote:
>
> > Is it possible to install the 2 and 3 series side by side?
>
> Probably.  On Mac OS X, t's certainly possible to install any python.org
> versions side by side, even multiple versions of 2 and 3.  That's one of
> the advantages of the Python framework build layout on OS X, which is
> used by both the python.org installers and, I believe, the ActiveState
> installers.
>
> http://www.python.org/download/
>
> --
>  Ned Deily,
>  n... at acm.org

When you do, you might also want to look at PEP 394:
http://www.python.org/dev/peps/pep-0394/

It can simplify writing scripts which select the version you want.

John Roth



More information about the Python-list mailing list