source: gutenbach-web/virtualenv-create @ 973dd91

debianmacno-cupsweb
Last change on this file since 973dd91 was 973dd91, checked in by Edward Z. Yang <edwardzyang@…>, 15 years ago

Initial commit.

Signed-off-by: Edward Z. Yang <edwardzyang@…>

  • Property mode set to 100644
File size: 444 bytes
Line 
1#!/bin/bash
2easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools
3easy_install tg.devtools
4easy_install tg.devtools
5easy_install flup
6
7# Install remctl
8wget http://archives.eyrie.org/software/kerberos/remctl-2.13.tar.gz
9tar -xf remctl-2.13.tar.gz
10rm remctl-2.13.tar.gz
11cd remctl-2.13
12./configure --enable-python
13make
14cd python
15python setup.py build
16python setup.py install
17cd ../..
18rm -rf remctl-2.13
19
20paster --help
Note: See TracBrowser for help on using the repository browser.