|
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 -UZ -i http://www.turbogears.org/2.1/downloads/current/index turbogears2==2.1a3
|
23 |
easy_install -UZ -i http://www.turbogears.org/2.1/downloads/2.1b1/index turbogears2==2.1b1
|
24 |
easy_install -UZ -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools==2.1a3
|
24 |
easy_install -UZ -i http://www.turbogears.org/2.1/downloads/2.1b1/index tg.devtools==2.1b1
|
25 |
easy_install beautifulsoup
|
25 |
easy_install beautifulsoup
|
26 |
easy_install mercurial
|
26 |
easy_install mercurial
|
27 |
easy_install python-dateutil
|
27 |
easy_install python-dateutil
|
28 |
|
28 |
|
29 |
#
|
29 |
#
|