Re: side by side python

2011-03-23 Thread John Roth
On Mar 21, 6:31 am, Robert 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 Pytho

Re: side by side python

2011-03-21 Thread FELD Boris
Yes, i did not mention this solution, using virtualenv is a very good practice, but before create a virtualenv with a specific version of python, you must have installed it globally, isn't it ? Regards, -- FELD Boris Sent with Sparrow On lundi 21 mars 2011 at 14:45, macm wrote: > On Mar 21, 9:

Re: side by side python

2011-03-21 Thread Robert
On Mar 21, 9:45 am, macm wrote: > On Mar 21, 9:31 am, Robert 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? > > Yes, sure! Look for "python environment" > > http://pypi.python.org/pypi/virtualenv > > Regards Than

Re: side by side python

2011-03-21 Thread macm
On Mar 21, 9:31 am, Robert 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? Yes, sure! Look for "python environment" http://pypi.python.org/pypi/virtualenv Regards -- http://mail.python.org/mailman/listinfo/python-list