On Mon, Jul 25, 2011 at 5:18 PM, Robert <sigz...@gmail.com> wrote: > Is it possible to install the 2 and 3 series side by side? >
Yup. Moreover, ActivePython includes a tool called `pythonselect` that can be used to set the "current" version of Python, https://github.com/ActiveState/pythonselect#readme For OSX, this basically sets symlinks in /usr/local/bin targeting the appropriate Framework location. The included pip and easy_install scripts are versioned, eg: pip-2.7 and pip-3.2. -srid -- http://mail.python.org/mailman/listinfo/python-list