**** TurboGears2 Setup ****

Siehe http://www.turbogears.org/2.0/docs/main/DownloadInstall.html

*** Setup ***

Debian Linux:

[[
wget http://peak.telecommunity.com/dist/ez_setup.py
sudo python ez_setup.py
]]
[[
sudo apt-get install python-dev
sudo apt-get install build-essential
]]
[[
sudo easy_install virtualenv
]]
[[
wget http://www.turbogears.org/2.0/downloads/current/tg2-bootstrap.py
python tg2-bootstrap.py --no-site-packages tg2env
]]

*** Enter tg2env ***

[[
cd tg2env
. bin/activate
paster --help
]]
(I don't get it.  Why source?  Why not subshell?)