Re: [Tutor] How to deploy and upgrade python and its apps

2010-04-14 Thread Bjorn Egil Ludvigsen
Hi Dilip, There is some good information about this in the book "Expert Python Programming" by Tarek Ziade, and maybe you could look into http://pypi.python.org/virtualenv, easy_install and zc.buildout. Regards, Bjorn On Wed, Apr 14, 2010 at 10:27 AM, Dilip M wrote: > Hi All, > > I would like

[Tutor] How to deploy and upgrade python and its apps

2010-04-14 Thread Dilip M
Hi All, I would like to understand how to deploy specific version of python and its modules and apps in consistent manner. Use case: 1- How to install specific version of python in my own path. (consider NFS, /opt/sw/bin and /opt/sw/lib). This particular share is mounted on all dev machines.

[Tutor] How to deploy and upgrade python and its apps

2010-04-14 Thread Dilip M
Hi All, I would like to understand how to deploy specific version of python and its modules and apps in consistent manner. Use case: 1- How to install specific version of python in my own path. (consider  NFS, /opt/sw/bin and /opt/sw/lib). This particular share is mounted on all dev machines. 2