Switch to unified view

a/setup-common.bash b/setup-common.bash
...
...
18
# from here on, everything is using Python2.6 from sandbox-env
18
# from here on, everything is using Python2.6 from sandbox-env
19
19
20
echo
20
echo
21
echo '# installing turbogears'
21
echo '# installing turbogears'
22
easy_install ipython
22
easy_install ipython
23
easy_install -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools
23
easy_install -UZ -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools==2.1a3
24
easy_install beautifulsoup
24
easy_install beautifulsoup
25
25
26
#
26
#
27
# Install _our_ code.
27
# Install _our_ code.
28
#
28
#