side by side python

John Roth johnroth1 at gmail.com
Wed Mar 23 09:30:49 EDT 2011


On Mar 21, 6:31 am, Robert <sigz... at gmail.com> wrote:
> Can I install Python 2.7 and 3.2 (from python.org) side by side on OSX
> without them stepping all over each other?

Also look at PEP 394. It makes some suggestions about installing
symbolic links to each of the versions. If you do it that way, you can
use Python2 for scripts that require 2.7, and Python3 for scripts that
require 3.2, and they'll eventually be portable to other systems.

John Roth



More information about the Python-list mailing list