apt-get install gcc libc6-dev libpq-dev python python-dev
mkdir virtual-python
cd virtual-python

wget http://peak.telecommunity.com/dist/virtual-python.py
python virtual-python.py --prefix=. --no-site-packages

wget http://peak.telecommunity.com/dist/ez_setup.py
bin/python ez_setup.py
bin/easy_install -f http://dev.camptocamp.com/packages/eggs/ SAContext
bin/easy_install "SQLAlchemy<=0.3.10"
bin/easy_install -f http://dev.camptocamp.com/packages/eggs/ MapFish
bin/easy_install Pylons psycopg2