source:
web/old/virtualenv-create
| Last change on this file was 30beeab, checked in by Jessica B. Hamrick <jhamrick@…>, 16 years ago | |
|---|---|
|
|
| File size: 570 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools |
| 3 | # deal with bugs that happen during install |
| 4 | easy_install tg.devtools |
| 5 | easy_install tg.devtools |
| 6 | easy_install flup |
| 7 | easy_install tw.forms |
| 8 | |
| 9 | # Install remctl |
| 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 |
| 15 | ./configure --enable-python |
| 16 | make |
| 17 | cd python |
| 18 | python setup.py build |
| 19 | python setup.py install |
| 20 | cd ../.. |
| 21 | rm -rf remctl-$VERSION |
| 22 | |
| 23 | python setup.py develop |
| 24 | |
| 25 | paster --help |
Note: See TracBrowser
for help on using the repository browser.
