source:
gutenbach-web/virtualenv-create
@
3388193
Last change on this file since 3388193 was 3388193, checked in by sipb-www <sipb-www@…>, 15 years ago | |
---|---|
|
|
File size: 570 bytes |
Rev | Line | |
---|---|---|
[973dd91] | 1 | #!/bin/bash |
2 | easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools | |
[0b8c868] | 3 | # deal with bugs that happen during install |
[973dd91] | 4 | easy_install tg.devtools |
5 | easy_install tg.devtools | |
6 | easy_install flup | |
[6388b71] | 7 | easy_install tw.forms |
[973dd91] | 8 | |
9 | # Install remctl | |
[3388193] | 10 | VERSION="2.14" |
11 | wget http://archives.eyrie.org/software/kerberos/remctl-$VERSION.tar.gz | |
12 | tar -xf remctl-$VERSION.tar.gz | |
13 | rm remctl-$VERSION.tar.gz | |
14 | cd remctl-$VERSION | |
[973dd91] | 15 | ./configure --enable-python |
16 | make | |
17 | cd python | |
18 | python setup.py build | |
19 | python setup.py install | |
20 | cd ../.. | |
[3388193] | 21 | rm -rf remctl-$VERSION |
[973dd91] | 22 | |
[6388b71] | 23 | python setup.py develop |
24 | ||
[973dd91] | 25 | paster --help |
Note: See TracBrowser
for help on using the repository browser.