[Pythonmac-SIG] newbie Mac switcher trying to set up django on Intel MacBook Pro Tiger

Ronald Oussoren ronaldoussoren at mac.com
Thu Jan 3 20:36:09 CET 2008


On 3 Jan, 2008, at 19:28, Tobias Rodäbel wrote:

> On Jan 3, 2008, at 5:27 PM, Ronald Oussoren wrote:
>
>> I want to do whatever keeps my live as easy as possible, either an  
>> umbrella package with small hotfix packages or one package that  
>> installs all hotfixes. I also want to keep the addon package as  
>> small as possible and don't want to end up shipping a package that  
>> patches Apple's install to 2.5.2 (whenever that is released).
>
> Sounds great! BTW, we had a very inspiring discussion on the zope3- 
> dev list last summer regarding system python for *development*. Most  
> people there prefer a separate python tree for each (zope) project. http://www.mail-archive.com/zope3-dev@zope.org/msg08490.html

I'm starting to get hooked on virtualenv (to be found on  
pypi.python.org). This allows you to have seperate python trees based  
on a single installation. You can, but don't have to, share the global  
site-packages directory and every install has its own site-packages as  
well.

This is very convenient when working on several projects, every one  
can have its own tree without having to install python several times.

Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2224 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20080103/1b647fdb/attachment.bin 


More information about the Pythonmac-SIG mailing list