Pages tagged virtualenv:

jessenoller.com - So you want to use python on the mac?
http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/

virtualenvwrapper virtualenv
In a complete tangent from my numerous other projects, I’ve had a few people ask me recently about python on the mac, how to get started/etc.
Tools of the Modern Python Hacker: Virtualenv, Fabric and Pip
http://clemesha.org/blog/2009/jul/05/modern-python-hacker-tools-virtualenv-fabric-pip/
http://news.ycombinator.com/item?id=694117
Fabric, Django, Git, Apache, mod_wsgi, virtualenv and pip deployment | Morethanseven
http://morethanseven.net/2009/07/27/fabric-django-git-apache-mod_wsgi-virtualenv-and-p/
the stack I _should_ be using.
A Django Development Environment with zc.buildout — Stereoplex
http://www.stereoplex.com/two-voices/a-django-development-environment-with-zc-buildout
This article will show you how to create a repeatable Django development environment from scratch using zc.buildout.
Buildout is a tool for reliably creating reproducible software builds. It was originally developed by Zope Corporation, and is often used in Zope builds; however, there's no dependency on Zope. You can use it to build pretty much anything. And I'm going to show you how to get a Django build up and running using it.
A Django Development Environment with zc.buildout
django buildout cfg for easy setup