On Mar 21, 6:31 am, Robert <sigz...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to