Re: [OSX] side by side python

2011-04-14 Thread Fabio
In article <0d6d1306-6395-4c29-a3c1-b2748bda4...@i39g2000prd.googlegroups.com>, 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? I have troubles with textwrangler, and I have the feeling it is related to the fa

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

Re: [OSX] side by side python

2011-03-21 Thread sigzero
Thanks! Oh, how do you like Sparrow vs Mail.app? On Mon, Mar 21, 2011 at 9:30 AM, FELD Boris wrote: > Yes, no problem. Follow the installation normally; if you want to change > your default python version to a new one, you need to launch "Update Shell > Profile.command" in your installation path

Re: [OSX] side by side python

2011-03-21 Thread FELD Boris
Yes, no problem. Follow the installation normally; if you want to change your default python version to a new one, you need to launch "Update Shell Profile.command" in your installation path (/Applications/Python X.X/) or choose the "Update Shell Profile" during the installation. No specific pr

[OSX] side by side python

2011-03-21 Thread Robert
Can I install Python 2.7 and 3.2 (from python.org) side by side on OSX without them stepping all over each other? -- http://mail.python.org/mailman/listinfo/python-list