Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-15 Thread Kenneth Gonsalves
On Thursday 15 Oct 2009 12:33:46 pm Anand Balachandran Pillai wrote: > > they will go into site-packages of the 2.6 version - if you install > > properly. > > That will be "dist-packages" from 2.6 upwards. my fedora 11 2.6 has site-packages, no dist-packages -- regards Kenneth Gonsalves Senior P

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-15 Thread Anand Balachandran Pillai
On Thu, Oct 15, 2009 at 12:29 PM, Kenneth Gonsalves wrote: > On Thursday 15 Oct 2009 12:26:18 pm Arvind Jamuna Dixit wrote: > > I downloaded the source tarball for Python 3.1 from python.org and built > > it. Works fine now. However, I don't know what could be the implications > > when I start dow

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-15 Thread Kenneth Gonsalves
On Thursday 15 Oct 2009 12:26:18 pm Arvind Jamuna Dixit wrote: > I downloaded the source tarball for Python 3.1 from python.org and built > it. Works fine now. However, I don't know what could be the implications > when I start downloading and installing modules for the other version of > Python (

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-14 Thread Arvind Jamuna Dixit
I downloaded the source tarball for Python 3.1 from python.org and built it. Works fine now. However, I don't know what could be the implications when I start downloading and installing modules for the other version of Python ( version 2.6 ) that came with the Linux distribution. On Mon, Oct 12, 2

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-13 Thread srid
I do something like this in Ubuntu: 1. sudo apt-get install python2.6 2. sudo apt-get install python3.1 $ python3.1 foo3.py $ python2.6 foo.py You don't have to use separate script for python3. See http://nedbatchelder.com/blog/200910/running_the_same_code_on_python_2x_and_3x.html As for instal

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Kenneth Gonsalves
On Monday 12 Oct 2009 9:50:50 pm Arvind Jamuna Dixit wrote: > Any documentation on virtualenv that shows how to manage multiple python > installations. > I tried googling for it and all I could get was how to manage multiple > libraries or python modules. for django I used this: http://justindrisc

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Kenneth Gonsalves
On Monday 12 Oct 2009 5:00:44 pm Arvind Jamuna Dixit wrote: > Has anyone here tried installing multiple versions of python ( say 2.6 and > 3.0 ) > onto a Fedora system ( specifically fedora 11 )? yes - use virtualenv to run multiple pythons and multiple anything python. -- regards Kenneth Gonsalv

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Shivaraj M S
>> Any documentation on virtualenv that shows how to manage multiple python installations. This may make things easier if you are sure of using virtualenv. http://www.doughellmann.com/docs/virtualenvwrapper. -- View this message in context: http://www.nabble.com/Running-multiple-versions-o

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Pradeep Gowda
On Mon, Oct 12, 2009 at 7:30 AM, Arvind Jamuna Dixit wrote: > Has anyone here tried installing multiple versions of python ( say 2.6 and > 3.0 ) > onto a Fedora system ( specifically fedora 11 )? Having multiple versions on the same machine is not the problem. Most distros already ship with at le

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Arvind Jamuna Dixit
Any documentation on virtualenv that shows how to manage multiple python installations. I tried googling for it and all I could get was how to manage multiple libraries or python modules. On Mon, Oct 12, 2009 at 7:43 PM, Amit Saha wrote: > Shivaraj M S wrote: > >> I don't see any problems in ins

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Amit Saha
Shivaraj M S wrote: I don't see any problems in installing 'n' number of versions on any *nix flavour . If you find any problem please paste the traceback. You can always set /usr/bin/python to direct whichever version you want, and even keep multiple easy_install scripts. IMHO, +1 for 'virt

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Shivaraj M S
I don't see any problems in installing 'n' number of versions on any *nix flavour . If you find any problem please paste the traceback. You can always set /usr/bin/python to direct whichever version you want, and even keep multiple easy_install scripts. ardsrk wrote: > > Hi, > > Has anyone

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Anand Balachandran Pillai
On Mon, Oct 12, 2009 at 6:49 PM, Arvind Jamuna Dixit wrote: > I prefer system wide. > > > On Mon, Oct 12, 2009 at 5:24 PM, Noufal Ibrahim wrote: > >> On Mon, Oct 12, 2009 at 5:00 PM, Arvind Jamuna Dixit >> wrote: >> > Hi, >> > >> > Has anyone here tried installing multiple versions of python ( s

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Arvind Jamuna Dixit
I prefer system wide. On Mon, Oct 12, 2009 at 5:24 PM, Noufal Ibrahim wrote: > On Mon, Oct 12, 2009 at 5:00 PM, Arvind Jamuna Dixit > wrote: > > Hi, > > > > Has anyone here tried installing multiple versions of python ( say 2.6 > and > > 3.0 ) > > onto a Fedora system ( specifically fedora 11 )

Re: [BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Noufal Ibrahim
On Mon, Oct 12, 2009 at 5:00 PM, Arvind Jamuna Dixit wrote: > Hi, > > Has anyone here tried installing multiple versions of python ( say 2.6 and > 3.0 ) > onto a Fedora system ( specifically fedora 11 )? System wide or for a single user? -- ~noufal http://nibrahim.net.in

[BangPypers] Running multiple versions of python on Fedora

2009-10-12 Thread Arvind Jamuna Dixit
Hi, Has anyone here tried installing multiple versions of python ( say 2.6 and 3.0 ) onto a Fedora system ( specifically fedora 11 )? -Arvind ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers