source: gutenbach-web/virtualenv-init.sh @ 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 100755
File size: 287 bytes
Line 
1#!/bin/bash
2CURRENT=virtualenv-1.3.2
3wget "http://pypi.python.org/packages/source/v/virtualenv/$CURRENT.tar.gz"
4tar xzf "$CURRENT.tar.gz"
5python "$CURRENT/virtualenv.py" --no-site-packages tg2env
6rm "$CURRENT.tar.gz"
7rm -rf "$CURRENT"
8source tg2env/bin/activate
9source virtualenv-create
Note: See TracBrowser for help on using the repository browser.